#518032

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

Shades of Fern Green #518032

Tints of Fern Green #518032

Color information

#518032 (or 0x518032) is unknown color: approx Fern Green. HEX triplet: 51, 80 and 32. RGB value is (81,128,50). Sum of RGB (Red+Green+Blue) = 81+128+50=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #518032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518032 is #AE7FCD. Grayscale: #696969. Windows color (decimal): -11435982 or 3309649. OLE color: 3309649.

HSL color Cylindrical-coordinate representation of color #518032: hue angle of 96.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518032 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB8112850-
CMYK0.3700.610.50
HSL96.15º43.82%34.9%-
HSV(B)96.15º60.94%50.2%-
XYZ11.6917.425.76-
YUV105.0696.93110.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=31.27%
G=49.42%
B=19.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81128500.3700.610.5096.1543.8234.9
Hex5180322503D32602c23
Octal1212006245075621405443
Binary10100011000000011001010010101111011100101100000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518032; }

 p { color: rgb(81,128,50); }

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

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

 a { background-color: rgb(81,128,50); }

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

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

 span { border-color: rgb(81,128,50); }

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