#517240

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

Shades of Fern Green #517240

Tints of Fern Green #517240

Color information

#517240 (or 0x517240) is unknown color: approx Fern Green. HEX triplet: 51, 72 and 40. RGB value is (81,114,64). Sum of RGB (Red+Green+Blue) = 81+114+64=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #517240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517240 is #AE8DBF. Grayscale: #626262. Windows color (decimal): -11439552 or 4223569. OLE color: 4223569.

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

Color convert

RGB8111464-
CMYK0.2900.440.55
HSL99.6º28.09%34.9%-
HSV(B)99.6º43.86%44.71%-
XYZ10.3414.157.04-
YUV98.43108.57115.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=31.27%
G=44.02%
B=24.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81114640.2900.440.5599.628.0934.9
Hex5172401D02C37641c23
Octal12116210035054671443443
Binary101000111100101000000111010101100110111110010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517240; }

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

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

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

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

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

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

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

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