#478942

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

Shades of Fern Green #478942

Tints of Fern Green #478942

Color information

#478942 (or 0x478942) is unknown color: approx Fern Green. HEX triplet: 47, 89 and 42. RGB value is (71,137,66). Sum of RGB (Red+Green+Blue) = 71+137+66=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #478942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478942 is #B876BD. Grayscale: #6D6D6D. Windows color (decimal): -12089022 or 4360519. OLE color: 4360519.

HSL color Cylindrical-coordinate representation of color #478942: hue angle of 115.77º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #478942 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB7113766-
CMYK0.4800.520.46
HSL115.77º34.98%39.8%-
HSV(B)115.77º51.82%53.73%-
XYZ12.5319.628.28-
YUV109.17103.63100.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 137 (53.91% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=25.91%
G=50%
B=24.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71137660.4800.520.46115.7734.9839.8
Hex478942300342E742328
Octal10721110260064561644350
Binary100011110001001100001011000001101001011101110100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478942; }

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

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

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

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

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

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

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

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