Html Css Color HEX #517F41 Fern Green

📋 copy color: '#517F41'

red 81 ◦ green 127 ◦ blue 65

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

Shades of Fern Green #517F41

Tints of Fern Green #517F41

RGB

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

 GREEN value IS 127 (50% from 255) = 46.52%

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 29.67%
G = 46.52%
B = 23.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#517F41 (or 0x517F41) is known color: Fern Green. HEX triplet: 51, 7F and 41. RGB value is (81,127,65). Sum of RGB (Red+Green+Blue) = 81+127+65=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #517F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517F41 is #AE80BE. Grayscale: #6A6A6A. Windows color (decimal): -11436223 or 4292433. OLE color: 4292433.

HSL color Cylindrical-coordinate representation of color #517F41: hue angle of 104.52º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #517F41 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 127 65 -
CMYK 0.36 0 0.49 0.50
HSL 104.52º 0.32% 0.38% -
HSV(B) 104.52º 0.49% 0.5% -
XYZ 11.94 17.31 7.71 -
YUV 106.18 104.76 110.04 -
System Red Green Blue C M Y K H S L
Decimal 81 127 65 0.36 0 0.49 0.50 104.52 0.32 0.38
Hex 51 7F 41 24 0 31 32 69 20 26
Octal 121 177 101 44 0 61 62 151 40 46
Binary 1010001 1111111 1000001 100100 0 110001 110010 1101001 100000 100110

Color Harmonies of #517F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517F41

Black with #517F41

Text Example


Text Example

White with #517F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,127,65); }

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

background-color css

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

 a { background-color: rgb(81,127,65); }

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

border-color css

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

 span { border-color: rgb(81,127,65); }

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