Html Css Color HEX #515549 Lunar Green

📋 copy color: '#515549'

red 81 ◦ green 85 ◦ blue 73

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

Shades of Lunar Green #515549

Tints of Lunar Green #515549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 33.89%
G = 35.56%
B = 30.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#515549 (or 0x515549) is known color: Lunar Green. HEX triplet: 51, 55 and 49. RGB value is (81,85,73). Sum of RGB (Red+Green+Blue) = 81+85+73=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #515549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515549 is #AEAAB6. Grayscale: #525252. Windows color (decimal): -11446967 or 4805969. OLE color: 4805969.

HSL color Cylindrical-coordinate representation of color #515549: hue angle of 80º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #515549 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 73 -
CMYK 0.05 0 0.14 0.67
HSL 80º 0.08% 0.31% -
HSV(B) 80º 0.14% 0.33% -
XYZ 7.84 8.73 7.57 -
YUV 82.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 81 85 73 0.05 0 0.14 0.67 80 0.08 0.31
Hex 51 55 49 5 0 E 43 50 8 1F
Octal 121 125 111 5 0 16 103 120 10 37
Binary 1010001 1010101 1001001 101 0 1110 1000011 1010000 1000 11111

Color Harmonies of #515549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515549

Black with #515549

Text Example


Text Example

White with #515549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515549; }

 p { color: rgb(81,85,73); }

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

background-color css

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

 a { background-color: rgb(81,85,73); }

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

border-color css

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

 span { border-color: rgb(81,85,73); }

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