#4C7015

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

Shades of Green Leaf #4C7015

Tints of Green Leaf #4C7015

Color information

#4C7015 (or 0x4C7015) is unknown color: approx Green Leaf. HEX triplet: 4C, 70 and 15. RGB value is (76,112,21). Sum of RGB (Red+Green+Blue) = 76+112+21=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7015 is #B38FEA. Grayscale: #5B5B5B. Windows color (decimal): -11767787 or 1405004. OLE color: 1405004.

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

Color convert

RGB7611221-
CMYK0.3200.810.56
HSL83.74º68.42%26.08%-
HSV(B)83.74º81.25%43.92%-
XYZ8.9113.182.78-
YUV90.8688.57117.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.36%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 21 (8.59% from 255) = 10.05%
R=36.36%
G=53.59%
B=10.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112210.3200.810.5683.7468.4226.08
Hex4C7015200513854441a
Octal114160254001217012410432
Binary1001100111000010101100000010100011110001010100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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