#518A3D

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

Shades of Fern Green #518A3D

Tints of Fern Green #518A3D

Color information

#518A3D (or 0x518A3D) is unknown color: approx Fern Green. HEX triplet: 51, 8A and 3D. RGB value is (81,138,61). Sum of RGB (Red+Green+Blue) = 81+138+61=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #518A3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518A3D is #AE75C2. Grayscale: #707070. Windows color (decimal): -11433411 or 4033105. OLE color: 4033105.

HSL color Cylindrical-coordinate representation of color #518A3D: hue angle of 104.42º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #518A3D is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB8113861-
CMYK0.4100.560.46
HSL104.42º38.69%39.02%-
HSV(B)104.42º55.8%54.12%-
XYZ13.3220.267.62-
YUV112.1899.12105.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 138 (54.30% from 255) = 49.29%
BLUE value IS 61 (24.22% from 255) = 21.79%
R=28.93%
G=49.29%
B=21.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81138610.4100.560.46104.4238.6939.02
Hex518A3D290382E682727
Octal1212127551070561504747
Binary10100011000101011110110100101110001011101101000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518A3D; }

 p { color: rgb(81,138,61); }

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

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

 a { background-color: rgb(81,138,61); }

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

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

 span { border-color: rgb(81,138,61); }

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