#517148

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

Shades of Fern Green #517148

Tints of Fern Green #517148

Color information

#517148 (or 0x517148) is unknown color: approx Fern Green. HEX triplet: 51, 71 and 48. RGB value is (81,113,72). Sum of RGB (Red+Green+Blue) = 81+113+72=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #517148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517148 is #AE8EB7. Grayscale: #626262. Windows color (decimal): -11439800 or 4747601. OLE color: 4747601.

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

Color convert

RGB8111372-
CMYK0.2800.360.56
HSL106.83º22.16%36.27%-
HSV(B)106.83º36.28%44.31%-
XYZ10.4714.038.29-
YUV98.76112.9115.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=30.45%
G=42.48%
B=27.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81113720.2800.360.56106.8322.1636.27
Hex5171481C024386b1624
Octal12116111034044701532644
Binary101000111100011001000111000100100111000110101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517148; }

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

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

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

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

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

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

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

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