Html Css Color HEX #515545 Lunar Green

📋 copy color: '#515545'

red 81 ◦ green 85 ◦ blue 69

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

Shades of Lunar Green #515545

Tints of Lunar Green #515545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.36%

R = 34.47%
G = 36.17%
B = 29.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#515545 (or 0x515545) is known color: Lunar Green. HEX triplet: 51, 55 and 45. RGB value is (81,85,69). Sum of RGB (Red+Green+Blue) = 81+85+69=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #515545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515545 is #AEAABA. Grayscale: #525252. Windows color (decimal): -11446971 or 4543825. OLE color: 4543825.

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

Color convert

RGB 81 85 69 -
CMYK 0.05 0 0.19 0.67
HSL 75º 0.1% 0.3% -
HSV(B) 75º 0.19% 0.33% -
XYZ 7.72 8.68 6.9 -
YUV 81.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 81 85 69 0.05 0 0.19 0.67 75 0.1 0.3
Hex 51 55 45 5 0 13 43 4B A 1E
Octal 121 125 105 5 0 23 103 113 12 36
Binary 1010001 1010101 1000101 101 0 10011 1000011 1001011 1010 11110

Color Harmonies of #515545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515545

Black with #515545

Text Example


Text Example

White with #515545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515545; }

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

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

background-color css

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

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

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

border-color css

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

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

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