#4A6B28

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

Shades of Green Leaf #4A6B28

Tints of Green Leaf #4A6B28

Color information

#4A6B28 (or 0x4A6B28) is unknown color: approx Green Leaf. HEX triplet: 4A, 6B and 28. RGB value is (74,107,40). Sum of RGB (Red+Green+Blue) = 74+107+40=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B28 is #B594D7. Grayscale: #595959. Windows color (decimal): -11900120 or 2648906. OLE color: 2648906.

HSL color Cylindrical-coordinate representation of color #4A6B28: hue angle of 89.55º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A6B28 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB7410740-
CMYK0.3100.630.58
HSL89.55º45.58%28.82%-
HSV(B)89.55º62.62%41.96%-
XYZ8.4612.123.9-
YUV89.5100.07116.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 107 (42.19% from 255) = 48.42%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=33.48%
G=48.42%
B=18.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74107400.3100.630.5889.5545.5828.82
Hex4A6B281F03F3A5a2e1d
Octal1121535037077721325635
Binary10010101101011101000111110111111111010101101010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A6B28; }

 p { color: rgb(74,107,40); }

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

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

 a { background-color: rgb(74,107,40); }

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

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

 span { border-color: rgb(74,107,40); }

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