#4B720A

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

Shades of Green Leaf #4B720A

Tints of Green Leaf #4B720A

Color information

#4B720A (or 0x4B720A) is unknown color: approx Green Leaf. HEX triplet: 4B, 72 and 0A. RGB value is (75,114,10). Sum of RGB (Red+Green+Blue) = 75+114+10=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #4B720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B720A is #B48DF5. Grayscale: #5A5A5A. Windows color (decimal): -11832822 or 684619. OLE color: 684619.

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

Color convert

RGB7511410-
CMYK0.3400.910.55
HSL82.5º83.87%24.31%-
HSV(B)82.5º91.23%44.71%-
XYZ8.9713.552.43-
YUV90.4882.58116.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.69%
GREEN value IS 114 (44.92% from 255) = 57.29%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=37.69%
G=57.29%
B=5.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75114100.3400.910.5582.583.8724.31
Hex4B72A2205B37525418
Octal113162124201336712212430
Binary100101111100101010100010010110111101111010010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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