Html Css Color HEX #517240 Fern Green

📋 copy color: '#517240'

red 81 ◦ green 114 ◦ blue 64

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

Shades of Fern Green #517240

Tints of Fern Green #517240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

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

R = 31.27%
G = 44.02%
B = 24.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#517240 (or 0x517240) is known color: Fern Green. HEX triplet: 51, 72 and 40. RGB value is (81,114,64). Sum of RGB (Red+Green+Blue) = 81+114+64=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #517240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517240 is #AE8DBF. Grayscale: #626262. Windows color (decimal): -11439552 or 4223569. OLE color: 4223569.

HSL color Cylindrical-coordinate representation of color #517240: hue angle of 99.6º 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 #517240 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 114 64 -
CMYK 0.29 0 0.44 0.55
HSL 99.6º 0.28% 0.35% -
HSV(B) 99.6º 0.44% 0.45% -
XYZ 10.34 14.15 7.04 -
YUV 98.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 81 114 64 0.29 0 0.44 0.55 99.6 0.28 0.35
Hex 51 72 40 1D 0 2C 37 64 1C 23
Octal 121 162 100 35 0 54 67 144 34 43
Binary 1010001 1110010 1000000 11101 0 101100 110111 1100100 11100 100011

Color Harmonies of #517240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517240

Black with #517240

Text Example


Text Example

White with #517240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517240; }

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

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

background-color css

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

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

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

border-color css

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

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

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