#476E3D

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

Shades of Fern Green #476E3D

Tints of Fern Green #476E3D

Color information

#476E3D (or 0x476E3D) is unknown color: approx Fern Green. HEX triplet: 47, 6E and 3D. RGB value is (71,110,61). Sum of RGB (Red+Green+Blue) = 71+110+61=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #476E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476E3D is #B891C2. Grayscale: #5C5C5C. Windows color (decimal): -12095939 or 4025927. OLE color: 4025927.

HSL color Cylindrical-coordinate representation of color #476E3D: hue angle of 107.76º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476E3D is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB7111061-
CMYK0.3500.450.57
HSL107.76º28.65%33.53%-
HSV(B)107.76º44.55%43.14%-
XYZ9.0212.836.42-
YUV92.75110.08112.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 110 (43.36% from 255) = 45.45%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=29.34%
G=45.45%
B=25.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71110610.3500.450.57107.7628.6533.53
Hex476E3D2302D396c1d22
Octal1071567543055711543542
Binary100011111011101111011000110101101111001110110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476E3D; }

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

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

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

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

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

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

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

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