#477042

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

Shades of Fern Green #477042

Tints of Fern Green #477042

Color information

#477042 (or 0x477042) is unknown color: approx Fern Green. HEX triplet: 47, 70 and 42. RGB value is (71,112,66). Sum of RGB (Red+Green+Blue) = 71+112+66=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #477042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477042 is #B88FBD. Grayscale: #5E5E5E. Windows color (decimal): -12095422 or 4354119. OLE color: 4354119.

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

Color convert

RGB7111266-
CMYK0.3700.410.56
HSL113.48º25.84%34.9%-
HSV(B)113.48º41.07%43.92%-
XYZ9.3813.327.23-
YUV94.5111.92111.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=28.51%
G=44.98%
B=26.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112660.3700.410.56113.4825.8434.9
Hex4770422502938711a23
Octal10716010245051701613243
Binary1000111111000010000101001010101001111000111000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477042; }

 p { color: rgb(71,112,66); }

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

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

 a { background-color: rgb(71,112,66); }

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

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

 span { border-color: rgb(71,112,66); }

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