Html Css Color HEX #518548 Fern Green

📋 copy color: '#518548'

red 81 ◦ green 133 ◦ blue 72

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

Shades of Fern Green #518548

Tints of Fern Green #518548

RGB

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

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

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

R = 28.32%
G = 46.5%
B = 25.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#518548 (or 0x518548) is known color: Fern Green. HEX triplet: 51, 85 and 48. RGB value is (81,133,72). Sum of RGB (Red+Green+Blue) = 81+133+72=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #518548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518548 is #AE7AB7. Grayscale: #6E6E6E. Windows color (decimal): -11434680 or 4752721. OLE color: 4752721.

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

Color convert

RGB 81 133 72 -
CMYK 0.39 0 0.46 0.48
HSL 111.15º 0.3% 0.4% -
HSV(B) 111.15º 0.46% 0.52% -
XYZ 12.95 18.99 9.11 -
YUV 110.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 81 133 72 0.39 0 0.46 0.48 111.15 0.3 0.4
Hex 51 85 48 27 0 2E 30 6F 1E 28
Octal 121 205 110 47 0 56 60 157 36 50
Binary 1010001 10000101 1001000 100111 0 101110 110000 1101111 11110 101000

Color Harmonies of #518548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518548

Black with #518548

Text Example


Text Example

White with #518548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518548; }

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

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

background-color css

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

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

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

border-color css

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

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

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