#4C7C42

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

Shades of Fern Green #4C7C42

Tints of Fern Green #4C7C42

Color information

#4C7C42 (or 0x4C7C42) is unknown color: approx Fern Green. HEX triplet: 4C, 7C and 42. RGB value is (76,124,66). Sum of RGB (Red+Green+Blue) = 76+124+66=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7C42 is #B383BD. Grayscale: #676767. Windows color (decimal): -11764670 or 4357196. OLE color: 4357196.

HSL color Cylindrical-coordinate representation of color #4C7C42: hue angle of 109.66º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C7C42 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB7612466-
CMYK0.3900.470.51
HSL109.66º30.53%37.25%-
HSV(B)109.66º46.77%48.63%-
XYZ11.1716.357.72-
YUV103.04107.1108.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.57%
GREEN value IS 124 (48.83% from 255) = 46.62%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=28.57%
G=46.62%
B=24.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76124660.3900.470.51109.6630.5337.25
Hex4C7C422702F336e1f25
Octal11417410247057631563745
Binary1001100111110010000101001110101111110011110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,124,66); }

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

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

 a { background-color: rgb(76,124,66); }

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

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

 span { border-color: rgb(76,124,66); }

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