Html Css Color HEX #518540 Fern Green

📋 copy color: '#518540'

red 81 ◦ green 133 ◦ blue 64

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

Shades of Fern Green #518540

Tints of Fern Green #518540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

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

R = 29.14%
G = 47.84%
B = 23.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#518540 (or 0x518540) is known color: Fern Green. HEX triplet: 51, 85 and 40. RGB value is (81,133,64). Sum of RGB (Red+Green+Blue) = 81+133+64=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #518540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518540 is #AE7ABF. Grayscale: #6D6D6D. Windows color (decimal): -11434688 or 4228433. OLE color: 4228433.

HSL color Cylindrical-coordinate representation of color #518540: hue angle of 105.22º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #518540 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 133 64 -
CMYK 0.39 0 0.52 0.48
HSL 105.22º 0.35% 0.39% -
HSV(B) 105.22º 0.52% 0.52% -
XYZ 12.71 18.89 7.83 -
YUV 109.59 102.27 107.61 -
System Red Green Blue C M Y K H S L
Decimal 81 133 64 0.39 0 0.52 0.48 105.22 0.35 0.39
Hex 51 85 40 27 0 34 30 69 23 27
Octal 121 205 100 47 0 64 60 151 43 47
Binary 1010001 10000101 1000000 100111 0 110100 110000 1101001 100011 100111

Color Harmonies of #518540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518540

Black with #518540

Text Example


Text Example

White with #518540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518540; }

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

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

background-color css

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

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

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

border-color css

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

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

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