#486A21

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

Shades of Green Leaf #486A21

Tints of Green Leaf #486A21

Color information

#486A21 (or 0x486A21) is unknown color: approx Green Leaf. HEX triplet: 48, 6A and 21. RGB value is (72,106,33). Sum of RGB (Red+Green+Blue) = 72+106+33=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 106 (41.80% from 255 or 50.24% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 106 - color contains mainly: green. Hex color #486A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486A21 is #B795DE. Grayscale: #575757. Windows color (decimal): -12031455 or 2189896. OLE color: 2189896.

HSL color Cylindrical-coordinate representation of color #486A21: hue angle of 87.95º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486A21 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB7210633-
CMYK0.3200.690.58
HSL87.95º52.52%27.25%-
HSV(B)87.95º68.87%41.57%-
XYZ8.111.83.29-
YUV87.5197.24116.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 106 (41.80% from 255) = 50.24%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=34.12%
G=50.24%
B=15.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72106330.3200.690.5887.9552.5227.25
Hex486A21200453A58351b
Octal11015241400105721306533
Binary1001000110101010000110000001000101111010101100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486A21; }

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

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

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

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

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

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

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

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