Html Css Color HEX #518C49 Fern Green

📋 copy color: '#518C49'

red 81 ◦ green 140 ◦ blue 73

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

Shades of Fern Green #518C49

Tints of Fern Green #518C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.62%

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

R = 27.55%
G = 47.62%
B = 24.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#518C49 (or 0x518C49) is known color: Fern Green. HEX triplet: 51, 8C and 49. RGB value is (81,140,73). Sum of RGB (Red+Green+Blue) = 81+140+73=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #518C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518C49 is #AE73B6. Grayscale: #727272. Windows color (decimal): -11432887 or 4820049. OLE color: 4820049.

HSL color Cylindrical-coordinate representation of color #518C49: hue angle of 112.84º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #518C49 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 140 73 -
CMYK 0.42 0 0.48 0.45
HSL 112.84º 0.31% 0.42% -
HSV(B) 112.84º 0.48% 0.55% -
XYZ 13.97 20.99 9.62 -
YUV 114.72 104.45 103.95 -
System Red Green Blue C M Y K H S L
Decimal 81 140 73 0.42 0 0.48 0.45 112.84 0.31 0.42
Hex 51 8C 49 2A 0 30 2D 71 1F 2A
Octal 121 214 111 52 0 60 55 161 37 52
Binary 1010001 10001100 1001001 101010 0 110000 101101 1110001 11111 101010

Color Harmonies of #518C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518C49

Black with #518C49

Text Example


Text Example

White with #518C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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