Html Css Color HEX #518342 Fern Green

📋 copy color: '#518342'

red 81 ◦ green 131 ◦ blue 66

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

Shades of Fern Green #518342

Tints of Fern Green #518342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.12%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 29.14%
G = 47.12%
B = 23.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#518342 (or 0x518342) is known color: Fern Green. HEX triplet: 51, 83 and 42. RGB value is (81,131,66). Sum of RGB (Red+Green+Blue) = 81+131+66=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #518342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518342 is #AE7CBD. Grayscale: #6C6C6C. Windows color (decimal): -11435198 or 4358993. OLE color: 4358993.

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

Color convert

RGB 81 131 66 -
CMYK 0.38 0 0.50 0.49
HSL 106.15º 0.33% 0.39% -
HSV(B) 106.15º 0.5% 0.51% -
XYZ 12.49 18.38 8.04 -
YUV 108.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 81 131 66 0.38 0 0.50 0.49 106.15 0.33 0.39
Hex 51 83 42 26 0 32 31 6A 21 27
Octal 121 203 102 46 0 62 61 152 41 47
Binary 1010001 10000011 1000010 100110 0 110010 110001 1101010 100001 100111

Color Harmonies of #518342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518342

Black with #518342

Text Example


Text Example

White with #518342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518342; }

 p { color: rgb(81,131,66); }

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

background-color css

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

 a { background-color: rgb(81,131,66); }

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

border-color css

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

 span { border-color: rgb(81,131,66); }

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