#4C700F

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

Shades of Green Leaf #4C700F

Tints of Green Leaf #4C700F

Color information

#4C700F (or 0x4C700F) is unknown color: approx Green Leaf. HEX triplet: 4C, 70 and 0F. RGB value is (76,112,15). Sum of RGB (Red+Green+Blue) = 76+112+15=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #4C700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C700F is #B38FF0. Grayscale: #5A5A5A. Windows color (decimal): -11767793 or 1011788. OLE color: 1011788.

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

Color convert

RGB7611215-
CMYK0.3200.870.56
HSL82.27º76.38%24.9%-
HSV(B)82.27º86.61%43.92%-
XYZ8.8613.162.52-
YUV90.1885.57117.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.44%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 15 (6.25% from 255) = 7.39%
R=37.44%
G=55.17%
B=7.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112150.3200.870.5682.2776.3824.9
Hex4C70F2005738524c19
Octal114160174001277012211431
Binary100110011100001111100000010101111110001010010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,112,15); }

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

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

 a { background-color: rgb(76,112,15); }

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

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

 span { border-color: rgb(76,112,15); }

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