#4C7A48

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

Shades of Fern Green #4C7A48

Tints of Fern Green #4C7A48

Color information

#4C7A48 (or 0x4C7A48) is unknown color: approx Fern Green. HEX triplet: 4C, 7A and 48. RGB value is (76,122,72). Sum of RGB (Red+Green+Blue) = 76+122+72=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7A48 is #B385B7. Grayscale: #666666. Windows color (decimal): -11765176 or 4749900. OLE color: 4749900.

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

Color convert

RGB7612272-
CMYK0.3800.410.52
HSL115.2º25.77%38.04%-
HSV(B)115.2º40.98%47.84%-
XYZ11.1115.928.62-
YUV102.55110.76109.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.15%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=28.15%
G=45.19%
B=26.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76122720.3800.410.52115.225.7738.04
Hex4C7A482602934731a26
Octal11417211046051641633246
Binary1001100111101010010001001100101001110100111001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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