#517046

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

Shades of Fern Green #517046

Tints of Fern Green #517046

Color information

#517046 (or 0x517046) is unknown color: approx Fern Green. HEX triplet: 51, 70 and 46. RGB value is (81,112,70). Sum of RGB (Red+Green+Blue) = 81+112+70=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #517046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517046 is #AE8FB9. Grayscale: #626262. Windows color (decimal): -11440058 or 4616273. OLE color: 4616273.

HSL color Cylindrical-coordinate representation of color #517046: hue angle of 104.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #517046 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB8111270-
CMYK0.2800.380.56
HSL104.29º23.08%35.69%-
HSV(B)104.29º37.5%43.92%-
XYZ10.2913.787.91-
YUV97.94112.23115.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=30.80%
G=42.59%
B=26.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112700.2800.380.56104.2923.0835.69
Hex5170461C02638681724
Octal12116010634046701502744
Binary101000111100001000110111000100110111000110100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517046; }

 p { color: rgb(81,112,70); }

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

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

 a { background-color: rgb(81,112,70); }

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

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

 span { border-color: rgb(81,112,70); }

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