#486619

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

Shades of Green Leaf #486619

Tints of Green Leaf #486619

Color information

#486619 (or 0x486619) is unknown color: approx Green Leaf. HEX triplet: 48, 66 and 19. RGB value is (72,102,25). Sum of RGB (Red+Green+Blue) = 72+102+25=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #486619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486619 is #B799E6. Grayscale: #545454. Windows color (decimal): -12032487 or 1664584. OLE color: 1664584.

HSL color Cylindrical-coordinate representation of color #486619: hue angle of 83.38º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #486619 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB7210225-
CMYK0.2900.750.6
HSL83.38º60.63%24.9%-
HSV(B)83.38º75.49%40%-
XYZ7.610.952.63-
YUV84.2594.56119.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=36.18%
G=51.26%
B=12.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102250.2900.750.683.3860.6324.9
Hex4866191D04B3C533d19
Octal11014631350113741237531
Binary10010001100110110011110101001011111100101001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486619; }

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

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

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

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

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

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

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

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