Html Css Color HEX #517A49 Fern Green

📋 copy color: '#517A49'

red 81 ◦ green 122 ◦ blue 73

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

Shades of Fern Green #517A49

Tints of Fern Green #517A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.2%

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

R = 29.35%
G = 44.2%
B = 26.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#517A49 (or 0x517A49) is known color: Fern Green. HEX triplet: 51, 7A and 49. RGB value is (81,122,73). Sum of RGB (Red+Green+Blue) = 81+122+73=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #517A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517A49 is #AE85B6. Grayscale: #686868. Windows color (decimal): -11437495 or 4815441. OLE color: 4815441.

HSL color Cylindrical-coordinate representation of color #517A49: hue angle of 110.2º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517A49 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 122 73 -
CMYK 0.34 0 0.40 0.52
HSL 110.2º 0.25% 0.38% -
HSV(B) 110.2º 0.4% 0.48% -
XYZ 11.56 16.15 8.81 -
YUV 104.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 81 122 73 0.34 0 0.40 0.52 110.2 0.25 0.38
Hex 51 7A 49 22 0 28 34 6E 19 26
Octal 121 172 111 42 0 50 64 156 31 46
Binary 1010001 1111010 1001001 100010 0 101000 110100 1101110 11001 100110

Color Harmonies of #517A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517A49

Black with #517A49

Text Example


Text Example

White with #517A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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