Html Css Color HEX #518A49 Fern Green

📋 copy color: '#518A49'

red 81 ◦ green 138 ◦ blue 73

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

Shades of Fern Green #518A49

Tints of Fern Green #518A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.26%

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

R = 27.74%
G = 47.26%
B = 25%

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

#518A49 (or 0x518A49) is known color: Fern Green. HEX triplet: 51, 8A and 49. RGB value is (81,138,73). Sum of RGB (Red+Green+Blue) = 81+138+73=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #518A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518A49 is #AE75B6. Grayscale: #717171. Windows color (decimal): -11433399 or 4819537. OLE color: 4819537.

HSL color Cylindrical-coordinate representation of color #518A49: hue angle of 112.62º degrees, saturation: 0.31, 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 #518A49 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 138 73 -
CMYK 0.41 0 0.47 0.46
HSL 112.62º 0.31% 0.41% -
HSV(B) 112.62º 0.47% 0.54% -
XYZ 13.68 20.41 9.52 -
YUV 113.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 81 138 73 0.41 0 0.47 0.46 112.62 0.31 0.41
Hex 51 8A 49 29 0 2F 2E 71 1F 29
Octal 121 212 111 51 0 57 56 161 37 51
Binary 1010001 10001010 1001001 101001 0 101111 101110 1110001 11111 101001

Color Harmonies of #518A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518A49

Black with #518A49

Text Example


Text Example

White with #518A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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