Html Css Color HEX #518240 Fern Green

📋 copy color: '#518240'

red 81 ◦ green 130 ◦ blue 64

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

Shades of Fern Green #518240

Tints of Fern Green #518240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.27%

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

R = 29.45%
G = 47.27%
B = 23.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#518240 (or 0x518240) is known color: Fern Green. HEX triplet: 51, 82 and 40. RGB value is (81,130,64). Sum of RGB (Red+Green+Blue) = 81+130+64=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #518240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518240 is #AE7DBF. Grayscale: #6C6C6C. Windows color (decimal): -11435456 or 4227665. OLE color: 4227665.

HSL color Cylindrical-coordinate representation of color #518240: hue angle of 104.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #518240 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 130 64 -
CMYK 0.38 0 0.51 0.49
HSL 104.55º 0.34% 0.38% -
HSV(B) 104.55º 0.51% 0.51% -
XYZ 12.3 18.08 7.69 -
YUV 107.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 81 130 64 0.38 0 0.51 0.49 104.55 0.34 0.38
Hex 51 82 40 26 0 33 31 69 22 26
Octal 121 202 100 46 0 63 61 151 42 46
Binary 1010001 10000010 1000000 100110 0 110011 110001 1101001 100010 100110

Color Harmonies of #518240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518240

Black with #518240

Text Example


Text Example

White with #518240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518240; }

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

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

background-color css

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

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

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

border-color css

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

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

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