#486420

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

Shades of Green Leaf #486420

Tints of Green Leaf #486420

Color information

#486420 (or 0x486420) is unknown color: approx Green Leaf. HEX triplet: 48, 64 and 20. RGB value is (72,100,32). Sum of RGB (Red+Green+Blue) = 72+100+32=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #486420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486420 is #B79BDF. Grayscale: #545454. Windows color (decimal): -12032992 or 2122824. OLE color: 2122824.

HSL color Cylindrical-coordinate representation of color #486420: hue angle of 84.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486420 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB7210032-
CMYK0.2800.680.61
HSL84.71º51.52%25.88%-
HSV(B)84.71º68%39.22%-
XYZ7.4910.63.02-
YUV83.8898.72119.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 100 (39.45% from 255) = 49.02%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=35.29%
G=49.02%
B=15.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100320.2800.680.6184.7151.5225.88
Hex4864201C0443D55341a
Octal11014440340104751256432
Binary100100011001001000001110001000100111101101010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486420; }

 p { color: rgb(72,100,32); }

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

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

 a { background-color: rgb(72,100,32); }

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

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

 span { border-color: rgb(72,100,32); }

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