#518246

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

Shades of Fern Green #518246

Tints of Fern Green #518246

Color information

#518246 (or 0x518246) is unknown color: approx Fern Green. HEX triplet: 51, 82 and 46. RGB value is (81,130,70). Sum of RGB (Red+Green+Blue) = 81+130+70=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #518246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518246 is #AE7DB9. Grayscale: #6C6C6C. Windows color (decimal): -11435450 or 4620881. OLE color: 4620881.

HSL color Cylindrical-coordinate representation of color #518246: hue angle of 109º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518246 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB8113070-
CMYK0.3800.460.49
HSL109º30%39.22%-
HSV(B)109º46.15%50.98%-
XYZ12.4818.168.64-
YUV108.51106.27108.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 70 (27.73% from 255) = 24.91%
R=28.83%
G=46.26%
B=24.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81130700.3800.460.491093039.22
Hex5182462602E316d1e27
Octal12120210646056611553647
Binary10100011000001010001101001100101110110001110110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518246; }

 p { color: rgb(81,130,70); }

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

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

 a { background-color: rgb(81,130,70); }

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

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

 span { border-color: rgb(81,130,70); }

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