Html Css Color HEX #518140 Fern Green

📋 copy color: '#518140'

red 81 ◦ green 129 ◦ blue 64

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

Shades of Fern Green #518140

Tints of Fern Green #518140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.08%

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

R = 29.56%
G = 47.08%
B = 23.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#518140 (or 0x518140) is known color: Fern Green. HEX triplet: 51, 81 and 40. RGB value is (81,129,64). Sum of RGB (Red+Green+Blue) = 81+129+64=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #518140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518140 is #AE7EBF. Grayscale: #6B6B6B. Windows color (decimal): -11435712 or 4227409. OLE color: 4227409.

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

Color convert

RGB 81 129 64 -
CMYK 0.37 0 0.50 0.49
HSL 104.31º 0.34% 0.38% -
HSV(B) 104.31º 0.5% 0.51% -
XYZ 12.17 17.82 7.65 -
YUV 107.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 81 129 64 0.37 0 0.50 0.49 104.31 0.34 0.38
Hex 51 81 40 25 0 32 31 68 22 26
Octal 121 201 100 45 0 62 61 150 42 46
Binary 1010001 10000001 1000000 100101 0 110010 110001 1101000 100010 100110

Color Harmonies of #518140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518140

Black with #518140

Text Example


Text Example

White with #518140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518140; }

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

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

background-color css

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

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

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

border-color css

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

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

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