Html Css Color HEX #518949 Fern Green

📋 copy color: '#518949'

red 81 ◦ green 137 ◦ blue 73

#518949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #518949

Tints of Fern Green #518949

RGB

 RED value IS 81 (32.03% from 255) = 27.84%

 GREEN value IS 137 (53.91% from 255) = 47.08%

 BLUE value IS 73 (28.91% from 255) = 25.09%

R = 27.84%
G = 47.08%
B = 25.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#518949 (or 0x518949) is known color: Fern Green. HEX triplet: 51, 89 and 49. RGB value is (81,137,73). Sum of RGB (Red+Green+Blue) = 81+137+73=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #518949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518949 is #AE76B6. Grayscale: #717171. Windows color (decimal): -11433655 or 4819281. OLE color: 4819281.

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

Color convert

RGB 81 137 73 -
CMYK 0.41 0 0.47 0.46
HSL 112.5º 0.3% 0.41% -
HSV(B) 112.5º 0.47% 0.54% -
XYZ 13.54 20.12 9.47 -
YUV 112.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 81 137 73 0.41 0 0.47 0.46 112.5 0.3 0.41
Hex 51 89 49 29 0 2F 2E 70 1E 29
Octal 121 211 111 51 0 57 56 160 36 51
Binary 1010001 10001001 1001001 101001 0 101111 101110 1110000 11110 101001

Color Harmonies of #518949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518949

Black with #518949

Text Example


Text Example

White with #518949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518949; }

 p { color: rgb(81,137,73); }

 H1.HeaderClassName
 {
   color: #518949;
 }
 .AnyTagClassName
 {
   color: #518949;
 }
</style>

background-color css

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

 a { background-color: rgb(81,137,73); }

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

border-color css

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

 span { border-color: rgb(81,137,73); }

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