#818315

Color #818315 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #818315

Tints of Trendy Green #818315

Color information

#818315 (or 0x818315) is unknown color: approx Trendy Green. HEX triplet: 81, 83 and 15. RGB value is (129,131,21). Sum of RGB (Red+Green+Blue) = 129+131+21=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #818315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818315 is #7E7CEA. Grayscale: #767676. Windows color (decimal): -8289515 or 1409921. OLE color: 1409921.

HSL color Cylindrical-coordinate representation of color #818315: hue angle of 61.09º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #818315 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB12913121-
CMYK0.0200.840.49
HSL61.09º72.37%29.8%-
HSV(B)61.09º83.97%51.37%-
XYZ17.320.953.84-
YUV117.8673.34135.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 131 (51.56% from 255) = 46.62%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=45.91%
G=46.62%
B=7.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131210.0200.840.4961.0972.3729.8
Hex8183152054313d481e
Octal2012032520124617511036
Binary1000000110000011101011001010100110001111101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818315; }

 p { color: rgb(129,131,21); }

 H1.HeaderClassName
 {
   color: #818315;
 }
 .AnyTagClassName
 {
   color: #818315;
 }
</style>
background-color css

<style>
 a { background-color: #818315; }

 a { background-color: rgb(129,131,21); }

 div.DivClassName
 {
   background-color: #818315;
 }
 .BgClassName
 {
   background-color: #818315;
 }
</style>
border-color css

<style>
 span { border-color: #818315; }

 span { border-color: rgb(129,131,21); }

 td.TdClassName
 {
   border-color: #818315;
 }
 .TagClassName
 {
   border-color: #818315;
 }
</style>