#4B7529

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

Shades of Green Leaf #4B7529

Tints of Green Leaf #4B7529

Color information

#4B7529 (or 0x4B7529) is unknown color: approx Green Leaf. HEX triplet: 4B, 75 and 29. RGB value is (75,117,41). Sum of RGB (Red+Green+Blue) = 75+117+41=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7529 is #B48AD6. Grayscale: #606060. Windows color (decimal): -11832023 or 2717003. OLE color: 2717003.

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

Color convert

RGB7511741-
CMYK0.3600.650.54
HSL93.16º48.1%30.98%-
HSV(B)93.16º64.96%45.88%-
XYZ9.6614.384.36-
YUV95.7897.09113.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.19%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=32.19%
G=50.21%
B=17.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75117410.3600.650.5493.1648.130.98
Hex4B752924041365d301f
Octal11316551440101661356037
Binary1001011111010110100110010001000001110110101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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