#4C7040

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

Shades of Fern Green #4C7040

Tints of Fern Green #4C7040

Color information

#4C7040 (or 0x4C7040) is unknown color: approx Fern Green. HEX triplet: 4C, 70 and 40. RGB value is (76,112,64). Sum of RGB (Red+Green+Blue) = 76+112+64=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7040 is #B38FBF. Grayscale: #5F5F5F. Windows color (decimal): -11767744 or 4223052. OLE color: 4223052.

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

Color convert

RGB7611264-
CMYK0.3200.430.56
HSL105º27.27%34.51%-
HSV(B)105º42.86%43.92%-
XYZ9.713.56.94-
YUV95.76110.07113.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=30.16%
G=44.44%
B=25.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112640.3200.430.5610527.2734.51
Hex4C70402002B38691b23
Octal11416010040053701513343
Binary1001100111000010000001000000101011111000110100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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