Html Css Color HEX #515449 Lunar Green

📋 copy color: '#515449'

red 81 ◦ green 84 ◦ blue 73

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

Shades of Lunar Green #515449

Tints of Lunar Green #515449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.29%

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

R = 34.03%
G = 35.29%
B = 30.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#515449 (or 0x515449) is known color: Lunar Green. HEX triplet: 51, 54 and 49. RGB value is (81,84,73). Sum of RGB (Red+Green+Blue) = 81+84+73=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 84 - color contains mainly: green. Hex color #515449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515449 is #AEABB6. Grayscale: #515151. Windows color (decimal): -11447223 or 4805713. OLE color: 4805713.

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

Color convert

RGB 81 84 73 -
CMYK 0.04 0 0.13 0.67
HSL 76.36º 0.07% 0.31% -
HSV(B) 76.36º 0.13% 0.33% -
XYZ 7.77 8.57 7.55 -
YUV 81.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 81 84 73 0.04 0 0.13 0.67 76.36 0.07 0.31
Hex 51 54 49 4 0 D 43 4C 7 1F
Octal 121 124 111 4 0 15 103 114 7 37
Binary 1010001 1010100 1001001 100 0 1101 1000011 1001100 111 11111

Color Harmonies of #515449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515449

Black with #515449

Text Example


Text Example

White with #515449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515449; }

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

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

background-color css

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

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

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

border-color css

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

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

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