#4B7320

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

Shades of Green Leaf #4B7320

Tints of Green Leaf #4B7320

Color information

#4B7320 (or 0x4B7320) is unknown color: approx Green Leaf. HEX triplet: 4B, 73 and 20. RGB value is (75,115,32). Sum of RGB (Red+Green+Blue) = 75+115+32=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #4B7320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7320 is #B48CDF. Grayscale: #5D5D5D. Windows color (decimal): -11832544 or 2126667. OLE color: 2126667.

HSL color Cylindrical-coordinate representation of color #4B7320: hue angle of 88.92º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B7320 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB7511532-
CMYK0.3500.720.55
HSL88.92º56.46%28.82%-
HSV(B)88.92º72.17%45.1%-
XYZ9.2913.863.55-
YUV93.5893.25114.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 115 (45.31% from 255) = 51.80%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=33.78%
G=51.80%
B=14.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75115320.3500.720.5588.9256.4628.82
Hex4B7320230483759381d
Octal11316340430110671317035
Binary1001011111001110000010001101001000110111101100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,115,32); }

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

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

 a { background-color: rgb(75,115,32); }

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

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

 span { border-color: rgb(75,115,32); }

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