#478740

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

Shades of Fern Green #478740

Tints of Fern Green #478740

Color information

#478740 (or 0x478740) is unknown color: approx Fern Green. HEX triplet: 47, 87 and 40. RGB value is (71,135,64). Sum of RGB (Red+Green+Blue) = 71+135+64=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #478740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478740 is #B878BF. Grayscale: #6B6B6B. Windows color (decimal): -12089536 or 4228935. OLE color: 4228935.

HSL color Cylindrical-coordinate representation of color #478740: hue angle of 114.08º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #478740 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB7113564-
CMYK0.4700.530.47
HSL114.08º35.68%39.02%-
HSV(B)114.08º52.59%52.94%-
XYZ12.1919.047.88-
YUV107.77103.3101.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 135 (53.12% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=26.30%
G=50%
B=23.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71135640.4700.530.47114.0835.6839.02
Hex4787402F0352F722427
Octal10720710057065571624447
Binary100011110000111100000010111101101011011111110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478740; }

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

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

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

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

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

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

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

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