Html Css Color HEX #478042 Fern Green

📋 copy color: '#478042'

red 71 ◦ green 128 ◦ blue 66

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

Shades of Fern Green #478042

Tints of Fern Green #478042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.3%

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

R = 26.79%
G = 48.3%
B = 24.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#478042 (or 0x478042) is known color: Fern Green. HEX triplet: 47, 80 and 42. RGB value is (71,128,66). Sum of RGB (Red+Green+Blue) = 71+128+66=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #478042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478042 is #B87FBD. Grayscale: #686868. Windows color (decimal): -12091326 or 4358215. OLE color: 4358215.

HSL color Cylindrical-coordinate representation of color #478042: hue angle of 115.16º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478042 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 128 66 -
CMYK 0.45 0 0.48 0.50
HSL 115.16º 0.32% 0.38% -
HSV(B) 115.16º 0.48% 0.5% -
XYZ 11.3 17.17 7.87 -
YUV 103.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 71 128 66 0.45 0 0.48 0.50 115.16 0.32 0.38
Hex 47 80 42 2D 0 30 32 73 20 26
Octal 107 200 102 55 0 60 62 163 40 46
Binary 1000111 10000000 1000010 101101 0 110000 110010 1110011 100000 100110

Color Harmonies of #478042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478042

Black with #478042

Text Example


Text Example

White with #478042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478042; }

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

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

background-color css

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

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

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

border-color css

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

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

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