#4B6425

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

Shades of Green Leaf #4B6425

Tints of Green Leaf #4B6425

Color information

#4B6425 (or 0x4B6425) is unknown color: approx Green Leaf. HEX triplet: 4B, 64 and 25. RGB value is (75,100,37). Sum of RGB (Red+Green+Blue) = 75+100+37=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6425 is #B49BDA. Grayscale: #555555. Windows color (decimal): -11836379 or 2450507. OLE color: 2450507.

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

Color convert

RGB7510037-
CMYK0.2500.630.61
HSL83.81º45.99%26.86%-
HSV(B)83.81º63%39.22%-
XYZ7.7910.743.41-
YUV85.34100.72120.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.38%
GREEN value IS 100 (39.45% from 255) = 47.17%
BLUE value IS 37 (14.84% from 255) = 17.45%
R=35.38%
G=47.17%
B=17.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal75100370.2500.630.6183.8145.9926.86
Hex4B64251903F3D542e1b
Octal1131444531077751245633
Binary10010111100100100101110010111111111101101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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