#486421

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

Shades of Green Leaf #486421

Tints of Green Leaf #486421

Color information

#486421 (or 0x486421) is unknown color: approx Green Leaf. HEX triplet: 48, 64 and 21. RGB value is (72,100,33). Sum of RGB (Red+Green+Blue) = 72+100+33=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #486421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486421 is #B79BDE. Grayscale: #545454. Windows color (decimal): -12032991 or 2188360. OLE color: 2188360.

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

Color convert

RGB7210033-
CMYK0.2800.670.61
HSL85.07º50.38%26.08%-
HSV(B)85.07º67%39.22%-
XYZ7.510.63.09-
YUV83.9999.22119.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=35.12%
G=48.78%
B=16.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100330.2800.670.6185.0750.3826.08
Hex4864211C0433D55321a
Octal11014441340103751256232
Binary100100011001001000011110001000011111101101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486421; }

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

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

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

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

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

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

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

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