#4E7A0F

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

Shades of Green Leaf #4E7A0F

Tints of Green Leaf #4E7A0F

Color information

#4E7A0F (or 0x4E7A0F) is unknown color: approx Green Leaf. HEX triplet: 4E, 7A and 0F. RGB value is (78,122,15). Sum of RGB (Red+Green+Blue) = 78+122+15=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #4E7A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7A0F is #B185F0. Grayscale: #616161. Windows color (decimal): -11634161 or 1014350. OLE color: 1014350.

HSL color Cylindrical-coordinate representation of color #4E7A0F: hue angle of 84.67º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E7A0F is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB7812215-
CMYK0.3600.880.52
HSL84.67º78.1%26.86%-
HSV(B)84.67º87.7%47.84%-
XYZ10.1915.572.92-
YUV96.6581.92114.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.28%
GREEN value IS 122 (48.05% from 255) = 56.74%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=36.28%
G=56.74%
B=6.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78122150.3600.880.5284.6778.126.86
Hex4E7AF2405834554e1b
Octal116172174401306412511633
Binary100111011110101111100100010110001101001010101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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