Html Css Color HEX #517C41 Fern Green

📋 copy color: '#517C41'

red 81 ◦ green 124 ◦ blue 65

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

Shades of Fern Green #517C41

Tints of Fern Green #517C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.93%

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

R = 30%
G = 45.93%
B = 24.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#517C41 (or 0x517C41) is known color: Fern Green. HEX triplet: 51, 7C and 41. RGB value is (81,124,65). Sum of RGB (Red+Green+Blue) = 81+124+65=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #517C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517C41 is #AE83BE. Grayscale: #686868. Windows color (decimal): -11436991 or 4291665. OLE color: 4291665.

HSL color Cylindrical-coordinate representation of color #517C41: hue angle of 103.73º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #517C41 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 124 65 -
CMYK 0.35 0 0.48 0.51
HSL 103.73º 0.31% 0.37% -
HSV(B) 103.73º 0.48% 0.49% -
XYZ 11.56 16.55 7.59 -
YUV 104.42 105.75 111.3 -
System Red Green Blue C M Y K H S L
Decimal 81 124 65 0.35 0 0.48 0.51 103.73 0.31 0.37
Hex 51 7C 41 23 0 30 33 68 1F 25
Octal 121 174 101 43 0 60 63 150 37 45
Binary 1010001 1111100 1000001 100011 0 110000 110011 1101000 11111 100101

Color Harmonies of #517C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C41

Black with #517C41

Text Example


Text Example

White with #517C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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