Html Css Color HEX #518142 Fern Green

📋 copy color: '#518142'

red 81 ◦ green 129 ◦ blue 66

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

Shades of Fern Green #518142

Tints of Fern Green #518142

RGB

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

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

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

R = 29.35%
G = 46.74%
B = 23.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#518142 (or 0x518142) is known color: Fern Green. HEX triplet: 51, 81 and 42. RGB value is (81,129,66). Sum of RGB (Red+Green+Blue) = 81+129+66=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #518142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518142 is #AE7EBD. Grayscale: #6B6B6B. Windows color (decimal): -11435710 or 4358481. OLE color: 4358481.

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

Color convert

RGB 81 129 66 -
CMYK 0.37 0 0.49 0.49
HSL 105.71º 0.32% 0.38% -
HSV(B) 105.71º 0.49% 0.51% -
XYZ 12.23 17.84 7.95 -
YUV 107.47 104.6 109.12 -
System Red Green Blue C M Y K H S L
Decimal 81 129 66 0.37 0 0.49 0.49 105.71 0.32 0.38
Hex 51 81 42 25 0 31 31 6A 20 26
Octal 121 201 102 45 0 61 61 152 40 46
Binary 1010001 10000001 1000010 100101 0 110001 110001 1101010 100000 100110

Color Harmonies of #518142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518142

Black with #518142

Text Example


Text Example

White with #518142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518142; }

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

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

background-color css

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

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

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

border-color css

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

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

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