Html Css Color HEX #517340 Fern Green

📋 copy color: '#517340'

red 81 ◦ green 115 ◦ blue 64

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

Shades of Fern Green #517340

Tints of Fern Green #517340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 31.15%
G = 44.23%
B = 24.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#517340 (or 0x517340) is known color: Fern Green. HEX triplet: 51, 73 and 40. RGB value is (81,115,64). Sum of RGB (Red+Green+Blue) = 81+115+64=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #517340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517340 is #AE8CBF. Grayscale: #636363. Windows color (decimal): -11439296 or 4223825. OLE color: 4223825.

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

Color convert

RGB 81 115 64 -
CMYK 0.30 0 0.44 0.55
HSL 100º 0.28% 0.35% -
HSV(B) 100º 0.44% 0.45% -
XYZ 10.45 14.38 7.08 -
YUV 99.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 81 115 64 0.30 0 0.44 0.55 100 0.28 0.35
Hex 51 73 40 1E 0 2C 37 64 1C 23
Octal 121 163 100 36 0 54 67 144 34 43
Binary 1010001 1110011 1000000 11110 0 101100 110111 1100100 11100 100011

Color Harmonies of #517340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517340

Black with #517340

Text Example


Text Example

White with #517340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517340; }

 p { color: rgb(81,115,64); }

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

background-color css

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

 a { background-color: rgb(81,115,64); }

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

border-color css

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

 span { border-color: rgb(81,115,64); }

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