Html Css Color HEX #477240 Fern Green

📋 copy color: '#477240'

red 71 ◦ green 114 ◦ blue 64

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

Shades of Fern Green #477240

Tints of Fern Green #477240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 28.51%
G = 45.78%
B = 25.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#477240 (or 0x477240) is known color: Fern Green. HEX triplet: 47, 72 and 40. RGB value is (71,114,64). Sum of RGB (Red+Green+Blue) = 71+114+64=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #477240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477240 is #B88DBF. Grayscale: #5F5F5F. Windows color (decimal): -12094912 or 4223559. OLE color: 4223559.

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

Color convert

RGB 71 114 64 -
CMYK 0.38 0 0.44 0.55
HSL 111.6º 0.28% 0.35% -
HSV(B) 111.6º 0.44% 0.45% -
XYZ 9.54 13.74 7 -
YUV 95.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 71 114 64 0.38 0 0.44 0.55 111.6 0.28 0.35
Hex 47 72 40 26 0 2C 37 70 1C 23
Octal 107 162 100 46 0 54 67 160 34 43
Binary 1000111 1110010 1000000 100110 0 101100 110111 1110000 11100 100011

Color Harmonies of #477240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477240

Black with #477240

Text Example


Text Example

White with #477240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477240; }

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

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

background-color css

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

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

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

border-color css

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

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

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