#477A42

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

Shades of Fern Green #477A42

Tints of Fern Green #477A42

Color information

#477A42 (or 0x477A42) is unknown color: approx Fern Green. HEX triplet: 47, 7A and 42. RGB value is (71,122,66). Sum of RGB (Red+Green+Blue) = 71+122+66=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 122 - color contains mainly: green. Hex color #477A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477A42 is #B885BD. Grayscale: #646464. Windows color (decimal): -12092862 or 4356679. OLE color: 4356679.

HSL color Cylindrical-coordinate representation of color #477A42: hue angle of 114.64º 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 #477A42 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB7112266-
CMYK0.4200.460.52
HSL114.64º29.79%36.86%-
HSV(B)114.64º45.9%47.84%-
XYZ10.5415.657.62-
YUV100.37108.6107.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 122 (48.05% from 255) = 47.10%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=27.41%
G=47.10%
B=25.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71122660.4200.460.52114.6429.7936.86
Hex477A422A02E34731e25
Octal10717210252056641633645
Binary1000111111101010000101010100101110110100111001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477A42; }

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

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

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

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

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

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

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

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