Html Css Color HEX #518148 Fern Green

📋 copy color: '#518148'

red 81 ◦ green 129 ◦ blue 72

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

Shades of Fern Green #518148

Tints of Fern Green #518148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 28.72%
G = 45.74%
B = 25.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#518148 (or 0x518148) is known color: Fern Green. HEX triplet: 51, 81 and 48. RGB value is (81,129,72). Sum of RGB (Red+Green+Blue) = 81+129+72=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #518148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518148 is #AE7EB7. Grayscale: #6C6C6C. Windows color (decimal): -11435704 or 4751697. OLE color: 4751697.

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

Color convert

RGB 81 129 72 -
CMYK 0.37 0 0.44 0.49
HSL 110.53º 0.28% 0.39% -
HSV(B) 110.53º 0.44% 0.51% -
XYZ 12.41 17.92 8.94 -
YUV 108.15 107.6 108.63 -
System Red Green Blue C M Y K H S L
Decimal 81 129 72 0.37 0 0.44 0.49 110.53 0.28 0.39
Hex 51 81 48 25 0 2C 31 6F 1C 27
Octal 121 201 110 45 0 54 61 157 34 47
Binary 1010001 10000001 1001000 100101 0 101100 110001 1101111 11100 100111

Color Harmonies of #518148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518148

Black with #518148

Text Example


Text Example

White with #518148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518148; }

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

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

background-color css

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

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

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

border-color css

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

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

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