Html Css Color HEX #477242 Fern Green

📋 copy color: '#477242'

red 71 ◦ green 114 ◦ blue 66

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

Shades of Fern Green #477242

Tints of Fern Green #477242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 28.29%
G = 45.42%
B = 26.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#477242 (or 0x477242) is known color: Fern Green. HEX triplet: 47, 72 and 42. RGB value is (71,114,66). Sum of RGB (Red+Green+Blue) = 71+114+66=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #477242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477242 is #B88DBD. Grayscale: #5F5F5F. Windows color (decimal): -12094910 or 4354631. OLE color: 4354631.

HSL color Cylindrical-coordinate representation of color #477242: hue angle of 113.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477242 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 114 66 -
CMYK 0.38 0 0.42 0.55
HSL 113.75º 0.27% 0.35% -
HSV(B) 113.75º 0.42% 0.45% -
XYZ 9.6 13.77 7.31 -
YUV 95.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 71 114 66 0.38 0 0.42 0.55 113.75 0.27 0.35
Hex 47 72 42 26 0 2A 37 72 1B 23
Octal 107 162 102 46 0 52 67 162 33 43
Binary 1000111 1110010 1000010 100110 0 101010 110111 1110010 11011 100011

Color Harmonies of #477242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477242

Black with #477242

Text Example


Text Example

White with #477242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477242; }

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

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

background-color css

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

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

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

border-color css

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

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

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