#4C7A42

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

Shades of Fern Green #4C7A42

Tints of Fern Green #4C7A42

Color information

#4C7A42 (or 0x4C7A42) is unknown color: approx Fern Green. HEX triplet: 4C, 7A and 42. RGB value is (76,122,66). Sum of RGB (Red+Green+Blue) = 76+122+66=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7A42 is #B385BD. Grayscale: #666666. Windows color (decimal): -11765182 or 4356684. OLE color: 4356684.

HSL color Cylindrical-coordinate representation of color #4C7A42: hue angle of 109.29º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C7A42 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB7612266-
CMYK0.3800.460.52
HSL109.29º29.79%36.86%-
HSV(B)109.29º45.9%47.84%-
XYZ10.9215.857.64-
YUV101.86107.76109.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.79%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 66 (26.17% from 255) = 25%
R=28.79%
G=46.21%
B=25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76122660.3800.460.52109.2929.7936.86
Hex4C7A422602E346d1e25
Octal11417210246056641553645
Binary1001100111101010000101001100101110110100110110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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