#4C7142

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

Shades of Fern Green #4C7142

Tints of Fern Green #4C7142

Color information

#4C7142 (or 0x4C7142) is unknown color: approx Fern Green. HEX triplet: 4C, 71 and 42. RGB value is (76,113,66). Sum of RGB (Red+Green+Blue) = 76+113+66=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7142 is #B38EBD. Grayscale: #606060. Windows color (decimal): -11767486 or 4354380. OLE color: 4354380.

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

Color convert

RGB7611366-
CMYK0.3300.420.56
HSL107.23º26.26%35.1%-
HSV(B)107.23º41.59%44.31%-
XYZ9.8713.747.29-
YUV96.58110.74113.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.80%
GREEN value IS 113 (44.53% from 255) = 44.31%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=29.80%
G=44.31%
B=25.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76113660.3300.420.56107.2326.2635.1
Hex4C71422102A386b1a23
Octal11416110241052701533243
Binary1001100111000110000101000010101010111000110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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