#518342

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

Shades of Fern Green #518342

Tints of Fern Green #518342

Color information

#518342 (or 0x518342) is unknown color: approx Fern Green. HEX triplet: 51, 83 and 42. RGB value is (81,131,66). Sum of RGB (Red+Green+Blue) = 81+131+66=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #518342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518342 is #AE7CBD. Grayscale: #6C6C6C. Windows color (decimal): -11435198 or 4358993. OLE color: 4358993.

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

Color convert

RGB8113166-
CMYK0.3800.500.49
HSL106.15º32.99%38.63%-
HSV(B)106.15º49.62%51.37%-
XYZ12.4918.388.04-
YUV108.64103.94108.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=29.14%
G=47.12%
B=23.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81131660.3800.500.49106.1532.9938.63
Hex51834226032316a2127
Octal12120310246062611524147
Binary101000110000011100001010011001100101100011101010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518342; }

 p { color: rgb(81,131,66); }

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

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

 a { background-color: rgb(81,131,66); }

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

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

 span { border-color: rgb(81,131,66); }

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