#518540

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

Shades of Fern Green #518540

Tints of Fern Green #518540

Color information

#518540 (or 0x518540) is unknown color: approx Fern Green. HEX triplet: 51, 85 and 40. RGB value is (81,133,64). Sum of RGB (Red+Green+Blue) = 81+133+64=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #518540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518540 is #AE7ABF. Grayscale: #6D6D6D. Windows color (decimal): -11434688 or 4228433. OLE color: 4228433.

HSL color Cylindrical-coordinate representation of color #518540: hue angle of 105.22º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #518540 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB8113364-
CMYK0.3900.520.48
HSL105.22º35.03%38.63%-
HSV(B)105.22º51.88%52.16%-
XYZ12.7118.897.83-
YUV109.59102.27107.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 133 (52.34% from 255) = 47.84%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=29.14%
G=47.84%
B=23.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81133640.3900.520.48105.2235.0338.63
Hex5185402703430692327
Octal12120510047064601514347
Binary101000110000101100000010011101101001100001101001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518540; }

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

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

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

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

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

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

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

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