Html Css Color HEX #505443 Lunar Green

📋 copy color: '#505443'

red 80 ◦ green 84 ◦ blue 67

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

Shades of Lunar Green #505443

Tints of Lunar Green #505443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29%

R = 34.63%
G = 36.36%
B = 29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#505443 (or 0x505443) is known color: Lunar Green. HEX triplet: 50, 54 and 43. RGB value is (80,84,67). Sum of RGB (Red+Green+Blue) = 80+84+67=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #505443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505443 is #AFABBC. Grayscale: #505050. Windows color (decimal): -11512765 or 4412496. OLE color: 4412496.

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

Color convert

RGB 80 84 67 -
CMYK 0.05 0 0.20 0.67
HSL 74.12º 0.11% 0.3% -
HSV(B) 74.12º 0.2% 0.33% -
XYZ 7.49 8.45 6.55 -
YUV 80.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 80 84 67 0.05 0 0.20 0.67 74.12 0.11 0.3
Hex 50 54 43 5 0 14 43 4A B 1E
Octal 120 124 103 5 0 24 103 112 13 36
Binary 1010000 1010100 1000011 101 0 10100 1000011 1001010 1011 11110

Color Harmonies of #505443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505443

Black with #505443

Text Example


Text Example

White with #505443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505443; }

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

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

background-color css

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

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

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

border-color css

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

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

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