Html Css Color HEX #505348 Lunar Green

📋 copy color: '#505348'

red 80 ◦ green 83 ◦ blue 72

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

Shades of Lunar Green #505348

Tints of Lunar Green #505348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.32%

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

R = 34.04%
G = 35.32%
B = 30.64%

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

#505348 (or 0x505348) is known color: Lunar Green. HEX triplet: 50, 53 and 48. RGB value is (80,83,72). Sum of RGB (Red+Green+Blue) = 80+83+72=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #505348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505348 is #AFACB7. Grayscale: #505050. Windows color (decimal): -11513016 or 4739920. OLE color: 4739920.

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

Color convert

RGB 80 83 72 -
CMYK 0.04 0 0.13 0.67
HSL 76.36º 0.07% 0.3% -
HSV(B) 76.36º 0.13% 0.33% -
XYZ 7.57 8.36 7.35 -
YUV 80.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 80 83 72 0.04 0 0.13 0.67 76.36 0.07 0.3
Hex 50 53 48 4 0 D 43 4C 7 1E
Octal 120 123 110 4 0 15 103 114 7 36
Binary 1010000 1010011 1001000 100 0 1101 1000011 1001100 111 11110

Color Harmonies of #505348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505348

Black with #505348

Text Example


Text Example

White with #505348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505348; }

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

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

background-color css

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

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

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

border-color css

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

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

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