#517140

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

Shades of Fern Green #517140

Tints of Fern Green #517140

Color information

#517140 (or 0x517140) is unknown color: approx Fern Green. HEX triplet: 51, 71 and 40. RGB value is (81,113,64). Sum of RGB (Red+Green+Blue) = 81+113+64=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #517140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517140 is #AE8EBF. Grayscale: #626262. Windows color (decimal): -11439808 or 4223313. OLE color: 4223313.

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

Color convert

RGB8111364-
CMYK0.2800.430.56
HSL99.18º27.68%34.71%-
HSV(B)99.18º43.36%44.31%-
XYZ10.2213.937-
YUV97.85108.9115.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=31.40%
G=43.80%
B=24.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81113640.2800.430.5699.1827.6834.71
Hex5171401C02B38631c23
Octal12116110034053701433443
Binary101000111100011000000111000101011111000110001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517140; }

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

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

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

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

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

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

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

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