#51714C

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

Shades of Fern Green #51714C

Tints of Fern Green #51714C

Color information

#51714C (or 0x51714C) is unknown color: approx Fern Green. HEX triplet: 51, 71 and 4C. RGB value is (81,113,76). Sum of RGB (Red+Green+Blue) = 81+113+76=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #51714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51714C is #AE8EB3. Grayscale: #636363. Windows color (decimal): -11439796 or 5009745. OLE color: 5009745.

HSL color Cylindrical-coordinate representation of color #51714C: hue angle of 111.89º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51714C is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB8111376-
CMYK0.2800.330.56
HSL111.89º19.58%37.06%-
HSV(B)111.89º32.74%44.31%-
XYZ10.614.089-
YUV99.21114.9115.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=30%
G=41.85%
B=28.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81113760.2800.330.56111.8919.5837.06
Hex51714C1C02138701425
Octal12116111434041701602445
Binary101000111100011001100111000100001111000111000010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51714C; }

 p { color: rgb(81,113,76); }

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

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

 a { background-color: rgb(81,113,76); }

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

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

 span { border-color: rgb(81,113,76); }

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