#478A3D

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

Shades of Fern Green #478A3D

Tints of Fern Green #478A3D

Color information

#478A3D (or 0x478A3D) is unknown color: approx Fern Green. HEX triplet: 47, 8A and 3D. RGB value is (71,138,61). Sum of RGB (Red+Green+Blue) = 71+138+61=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #478A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478A3D is #B875C2. Grayscale: #6D6D6D. Windows color (decimal): -12088771 or 4033095. OLE color: 4033095.

HSL color Cylindrical-coordinate representation of color #478A3D: hue angle of 112.21º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #478A3D is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB7113861-
CMYK0.4900.560.46
HSL112.21º38.69%39.02%-
HSV(B)112.21º55.8%54.12%-
XYZ12.5319.857.59-
YUV109.19100.8100.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 138 (54.30% from 255) = 51.11%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=26.30%
G=51.11%
B=22.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71138610.4900.560.46112.2138.6939.02
Hex478A3D310382E702727
Octal1072127561070561604747
Binary10001111000101011110111000101110001011101110000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478A3D; }

 p { color: rgb(71,138,61); }

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

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

 a { background-color: rgb(71,138,61); }

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

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

 span { border-color: rgb(71,138,61); }

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