#4B720D

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

Shades of Green Leaf #4B720D

Tints of Green Leaf #4B720D

Color information

#4B720D (or 0x4B720D) is unknown color: approx Green Leaf. HEX triplet: 4B, 72 and 0D. RGB value is (75,114,13). Sum of RGB (Red+Green+Blue) = 75+114+13=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #4B720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B720D is #B48DF2. Grayscale: #5B5B5B. Windows color (decimal): -11832819 or 881227. OLE color: 881227.

HSL color Cylindrical-coordinate representation of color #4B720D: hue angle of 83.17º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B720D is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB7511413-
CMYK0.3400.890.55
HSL83.17º79.53%24.9%-
HSV(B)83.17º88.6%44.71%-
XYZ8.9913.562.52-
YUV90.8284.08116.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=37.13%
G=56.44%
B=6.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75114130.3400.890.5583.1779.5324.9
Hex4B72D2205937535019
Octal113162154201316712312031
Binary100101111100101101100010010110011101111010011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,13); }

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

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

 a { background-color: rgb(75,114,13); }

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

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

 span { border-color: rgb(75,114,13); }

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