Html Css Color HEX #517042 Fern Green

📋 copy color: '#517042'

red 81 ◦ green 112 ◦ blue 66

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

Shades of Fern Green #517042

Tints of Fern Green #517042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

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

R = 31.27%
G = 43.24%
B = 25.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#517042 (or 0x517042) is known color: Fern Green. HEX triplet: 51, 70 and 42. RGB value is (81,112,66). Sum of RGB (Red+Green+Blue) = 81+112+66=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #517042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517042 is #AE8FBD. Grayscale: #616161. Windows color (decimal): -11440062 or 4354129. OLE color: 4354129.

HSL color Cylindrical-coordinate representation of color #517042: hue angle of 100.43º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #517042 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 112 66 -
CMYK 0.28 0 0.41 0.56
HSL 100.43º 0.26% 0.35% -
HSV(B) 100.43º 0.41% 0.44% -
XYZ 10.17 13.73 7.27 -
YUV 97.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 81 112 66 0.28 0 0.41 0.56 100.43 0.26 0.35
Hex 51 70 42 1C 0 29 38 64 1A 23
Octal 121 160 102 34 0 51 70 144 32 43
Binary 1010001 1110000 1000010 11100 0 101001 111000 1100100 11010 100011

Color Harmonies of #517042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517042

Black with #517042

Text Example


Text Example

White with #517042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517042; }

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

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

background-color css

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

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

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

border-color css

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

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

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