#518148

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

Shades of Fern Green #518148

Tints of Fern Green #518148

Color information

#518148 (or 0x518148) is unknown color: approx Fern Green. HEX triplet: 51, 81 and 48. RGB value is (81,129,72). Sum of RGB (Red+Green+Blue) = 81+129+72=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #518148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518148 is #AE7EB7. Grayscale: #6C6C6C. Windows color (decimal): -11435704 or 4751697. OLE color: 4751697.

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

Color convert

RGB8112972-
CMYK0.3700.440.49
HSL110.53º28.36%39.41%-
HSV(B)110.53º44.19%50.59%-
XYZ12.4117.928.94-
YUV108.15107.6108.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=28.72%
G=45.74%
B=25.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81129720.3700.440.49110.5328.3639.41
Hex5181482502C316f1c27
Octal12120111045054611573447
Binary10100011000000110010001001010101100110001110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518148; }

 p { color: rgb(81,129,72); }

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

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

 a { background-color: rgb(81,129,72); }

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

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

 span { border-color: rgb(81,129,72); }

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