Html Css Color HEX #517C42 Fern Green

📋 copy color: '#517C42'

red 81 ◦ green 124 ◦ blue 66

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

Shades of Fern Green #517C42

Tints of Fern Green #517C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.35%

R = 29.89%
G = 45.76%
B = 24.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#517C42 (or 0x517C42) is known color: Fern Green. HEX triplet: 51, 7C and 42. RGB value is (81,124,66). Sum of RGB (Red+Green+Blue) = 81+124+66=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #517C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517C42 is #AE83BD. Grayscale: #686868. Windows color (decimal): -11436990 or 4357201. OLE color: 4357201.

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

Color convert

RGB 81 124 66 -
CMYK 0.35 0 0.47 0.51
HSL 104.48º 0.31% 0.37% -
HSV(B) 104.48º 0.47% 0.49% -
XYZ 11.58 16.56 7.74 -
YUV 104.53 106.25 111.22 -
System Red Green Blue C M Y K H S L
Decimal 81 124 66 0.35 0 0.47 0.51 104.48 0.31 0.37
Hex 51 7C 42 23 0 2F 33 68 1F 25
Octal 121 174 102 43 0 57 63 150 37 45
Binary 1010001 1111100 1000010 100011 0 101111 110011 1101000 11111 100101

Color Harmonies of #517C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C42

Black with #517C42

Text Example


Text Example

White with #517C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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