Html Css Color HEX #477142 Fern Green

📋 copy color: '#477142'

red 71 ◦ green 113 ◦ blue 66

#477142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #477142

Tints of Fern Green #477142

RGB

 RED value IS 71 (28.13% from 255) = 28.4%

 GREEN value IS 113 (44.53% from 255) = 45.2%

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 28.4%
G = 45.2%
B = 26.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#477142 (or 0x477142) is known color: Fern Green. HEX triplet: 47, 71 and 42. RGB value is (71,113,66). Sum of RGB (Red+Green+Blue) = 71+113+66=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #477142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477142 is #B88EBD. Grayscale: #5F5F5F. Windows color (decimal): -12095166 or 4354375. OLE color: 4354375.

HSL color Cylindrical-coordinate representation of color #477142: hue angle of 113.62º 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 #477142 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 113 66 -
CMYK 0.37 0 0.42 0.56
HSL 113.62º 0.26% 0.35% -
HSV(B) 113.62º 0.42% 0.44% -
XYZ 9.49 13.54 7.27 -
YUV 95.08 111.59 110.82 -
System Red Green Blue C M Y K H S L
Decimal 71 113 66 0.37 0 0.42 0.56 113.62 0.26 0.35
Hex 47 71 42 25 0 2A 38 72 1A 23
Octal 107 161 102 45 0 52 70 162 32 43
Binary 1000111 1110001 1000010 100101 0 101010 111000 1110010 11010 100011

Color Harmonies of #477142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477142

Black with #477142

Text Example


Text Example

White with #477142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477142; }

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

 H1.HeaderClassName
 {
   color: #477142;
 }
 .AnyTagClassName
 {
   color: #477142;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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