#4B7525

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

Shades of Green Leaf #4B7525

Tints of Green Leaf #4B7525

Color information

#4B7525 (or 0x4B7525) is unknown color: approx Green Leaf. HEX triplet: 4B, 75 and 25. RGB value is (75,117,37). Sum of RGB (Red+Green+Blue) = 75+117+37=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7525 is #B48ADA. Grayscale: #5F5F5F. Windows color (decimal): -11832027 or 2454859. OLE color: 2454859.

HSL color Cylindrical-coordinate representation of color #4B7525: hue angle of 91.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B7525 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB7511737-
CMYK0.3600.680.54
HSL91.5º51.95%30.2%-
HSV(B)91.5º68.38%45.88%-
XYZ9.614.354.01-
YUV95.3295.09113.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=32.75%
G=51.09%
B=16.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75117370.3600.680.5491.551.9530.2
Hex4B752524044365c341e
Octal11316545440104661346436
Binary1001011111010110010110010001000100110110101110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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