#4E750C

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

Shades of Green Leaf #4E750C

Tints of Green Leaf #4E750C

Color information

#4E750C (or 0x4E750C) is unknown color: approx Green Leaf. HEX triplet: 4E, 75 and 0C. RGB value is (78,117,12). Sum of RGB (Red+Green+Blue) = 78+117+12=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #4E750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E750C is #B18AF3. Grayscale: #5D5D5D. Windows color (decimal): -11635444 or 816462. OLE color: 816462.

HSL color Cylindrical-coordinate representation of color #4E750C: hue angle of 82.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E750C is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB7811712-
CMYK0.3300.900.54
HSL82.29º81.4%25.29%-
HSV(B)82.29º89.74%45.88%-
XYZ9.5714.372.62-
YUV93.3782.08117.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=37.68%
G=56.52%
B=5.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78117120.3300.900.5482.2981.425.29
Hex4E75C2105A36525119
Octal116165144101326612212131
Binary100111011101011100100001010110101101101010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,117,12); }

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

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

 a { background-color: rgb(78,117,12); }

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

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

 span { border-color: rgb(78,117,12); }

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