Html Css Color HEX #518249 Fern Green

📋 copy color: '#518249'

red 81 ◦ green 130 ◦ blue 73

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

Shades of Fern Green #518249

Tints of Fern Green #518249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.77%

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

R = 28.52%
G = 45.77%
B = 25.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#518249 (or 0x518249) is known color: Fern Green. HEX triplet: 51, 82 and 49. RGB value is (81,130,73). Sum of RGB (Red+Green+Blue) = 81+130+73=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #518249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518249 is #AE7DB6. Grayscale: #6D6D6D. Windows color (decimal): -11435447 or 4817489. OLE color: 4817489.

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

Color convert

RGB 81 130 73 -
CMYK 0.38 0 0.44 0.49
HSL 111.58º 0.28% 0.4% -
HSV(B) 111.58º 0.44% 0.51% -
XYZ 12.58 18.2 9.15 -
YUV 108.85 107.77 108.13 -
System Red Green Blue C M Y K H S L
Decimal 81 130 73 0.38 0 0.44 0.49 111.58 0.28 0.4
Hex 51 82 49 26 0 2C 31 70 1C 28
Octal 121 202 111 46 0 54 61 160 34 50
Binary 1010001 10000010 1001001 100110 0 101100 110001 1110000 11100 101000

Color Harmonies of #518249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518249

Black with #518249

Text Example


Text Example

White with #518249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518249; }

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

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

background-color css

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

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

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

border-color css

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

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

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