Html Css Color HEX #505448 Lunar Green

📋 copy color: '#505448'

red 80 ◦ green 84 ◦ blue 72

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

Shades of Lunar Green #505448

Tints of Lunar Green #505448

RGB

 RED value IS 80 (31.64% from 255) = 33.9%

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

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

R = 33.9%
G = 35.59%
B = 30.51%

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

#505448 (or 0x505448) is known color: Lunar Green. HEX triplet: 50, 54 and 48. RGB value is (80,84,72). Sum of RGB (Red+Green+Blue) = 80+84+72=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #505448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505448 is #AFABB7. Grayscale: #515151. Windows color (decimal): -11512760 or 4740176. OLE color: 4740176.

HSL color Cylindrical-coordinate representation of color #505448: 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 #505448 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 72 -
CMYK 0.05 0 0.14 0.67
HSL 80º 0.08% 0.31% -
HSV(B) 80º 0.14% 0.33% -
XYZ 7.65 8.51 7.37 -
YUV 81.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 80 84 72 0.05 0 0.14 0.67 80 0.08 0.31
Hex 50 54 48 5 0 E 43 50 8 1F
Octal 120 124 110 5 0 16 103 120 10 37
Binary 1010000 1010100 1001000 101 0 1110 1000011 1010000 1000 11111

Color Harmonies of #505448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505448

Black with #505448

Text Example


Text Example

White with #505448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505448; }

 p { color: rgb(80,84,72); }

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

background-color css

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

 a { background-color: rgb(80,84,72); }

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

border-color css

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

 span { border-color: rgb(80,84,72); }

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