#478745

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

Shades of Fern Green #478745

Tints of Fern Green #478745

Color information

#478745 (or 0x478745) is unknown color: approx Fern Green. HEX triplet: 47, 87 and 45. RGB value is (71,135,69). Sum of RGB (Red+Green+Blue) = 71+135+69=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #478745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478745 is #B878BA. Grayscale: #6C6C6C. Windows color (decimal): -12089531 or 4556615. OLE color: 4556615.

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

Color convert

RGB7113569-
CMYK0.4700.490.47
HSL118.18º32.35%40%-
HSV(B)118.18º48.89%52.94%-
XYZ12.3419.18.67-
YUV108.34105.8101.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 135 (53.12% from 255) = 49.09%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=25.82%
G=49.09%
B=25.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71135690.4700.490.47118.1832.3540
Hex4787452F0312F762028
Octal10720710557061571664050
Binary100011110000111100010110111101100011011111110110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478745; }

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

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

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

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

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

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

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

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