#4B6424

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

Shades of Green Leaf #4B6424

Tints of Green Leaf #4B6424

Color information

#4B6424 (or 0x4B6424) is unknown color: approx Green Leaf. HEX triplet: 4B, 64 and 24. RGB value is (75,100,36). Sum of RGB (Red+Green+Blue) = 75+100+36=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6424 is #B49BDB. Grayscale: #555555. Windows color (decimal): -11836380 or 2384971. OLE color: 2384971.

HSL color Cylindrical-coordinate representation of color #4B6424: hue angle of 83.44º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B6424 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB7510036-
CMYK0.2500.640.61
HSL83.44º47.06%26.67%-
HSV(B)83.44º64%39.22%-
XYZ7.7810.743.33-
YUV85.23100.22120.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.55%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=35.55%
G=47.39%
B=17.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal75100360.2500.640.6183.4447.0626.67
Hex4B6424190403D532f1b
Octal11314444310100751235733
Binary100101111001001001001100101000000111101101001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,100,36); }

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

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

 a { background-color: rgb(75,100,36); }

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

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

 span { border-color: rgb(75,100,36); }

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