#4E720F

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

Shades of Green Leaf #4E720F

Tints of Green Leaf #4E720F

Color information

#4E720F (or 0x4E720F) is unknown color: approx Green Leaf. HEX triplet: 4E, 72 and 0F. RGB value is (78,114,15). Sum of RGB (Red+Green+Blue) = 78+114+15=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #4E720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E720F is #B18DF0. Grayscale: #5C5C5C. Windows color (decimal): -11636209 or 1012302. OLE color: 1012302.

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

Color convert

RGB7811415-
CMYK0.3200.870.55
HSL81.82º76.74%25.29%-
HSV(B)81.82º86.84%44.71%-
XYZ9.2513.692.61-
YUV91.9584.57118.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=37.68%
G=55.07%
B=7.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78114150.3200.870.5581.8276.7425.29
Hex4E72F2005737524d19
Octal116162174001276712211531
Binary100111011100101111100000010101111101111010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,114,15); }

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

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

 a { background-color: rgb(78,114,15); }

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

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

 span { border-color: rgb(78,114,15); }

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