#4A6918

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

Shades of Green Leaf #4A6918

Tints of Green Leaf #4A6918

Color information

#4A6918 (or 0x4A6918) is unknown color: approx Green Leaf. HEX triplet: 4A, 69 and 18. RGB value is (74,105,24). Sum of RGB (Red+Green+Blue) = 74+105+24=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6918 is #B596E7. Grayscale: #565656. Windows color (decimal): -11900648 or 1599818. OLE color: 1599818.

HSL color Cylindrical-coordinate representation of color #4A6918: hue angle of 82.96º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A6918 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB7410524-
CMYK0.3000.770.59
HSL82.96º62.79%25.29%-
HSV(B)82.96º77.14%41.18%-
XYZ8.0411.622.68-
YUV86.592.73119.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.45%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=36.45%
G=51.72%
B=11.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74105240.3000.770.5982.9662.7925.29
Hex4A69181E04D3B533f19
Octal11215130360115731237731
Binary10010101101001110001111001001101111011101001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,24); }

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

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

 a { background-color: rgb(74,105,24); }

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

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

 span { border-color: rgb(74,105,24); }

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