#486819

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

Shades of Green Leaf #486819

Tints of Green Leaf #486819

Color information

#486819 (or 0x486819) is unknown color: approx Green Leaf. HEX triplet: 48, 68 and 19. RGB value is (72,104,25). Sum of RGB (Red+Green+Blue) = 72+104+25=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #486819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486819 is #B797E6. Grayscale: #555555. Windows color (decimal): -12031975 or 1665096. OLE color: 1665096.

HSL color Cylindrical-coordinate representation of color #486819: hue angle of 84.3º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #486819 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB7210425-
CMYK0.3100.760.59
HSL84.3º61.24%25.29%-
HSV(B)84.3º75.96%40.78%-
XYZ7.811.352.7-
YUV85.4393.9118.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=35.82%
G=51.74%
B=12.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104250.3100.760.5984.361.2425.29
Hex4868191F04C3B543d19
Octal11015031370114731247531
Binary10010001101000110011111101001100111011101010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486819; }

 p { color: rgb(72,104,25); }

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

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

 a { background-color: rgb(72,104,25); }

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

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

 span { border-color: rgb(72,104,25); }

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