Html Css Color HEX #505542 Lunar Green

📋 copy color: '#505542'

red 80 ◦ green 85 ◦ blue 66

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

Shades of Lunar Green #505542

Tints of Lunar Green #505542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 34.63%
G = 36.8%
B = 28.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#505542 (or 0x505542) is known color: Lunar Green. HEX triplet: 50, 55 and 42. RGB value is (80,85,66). Sum of RGB (Red+Green+Blue) = 80+85+66=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #505542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505542 is #AFAABD. Grayscale: #515151. Windows color (decimal): -11512510 or 4347216. OLE color: 4347216.

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

Color convert

RGB 80 85 66 -
CMYK 0.06 0 0.22 0.67
HSL 75.79º 0.13% 0.3% -
HSV(B) 75.79º 0.22% 0.33% -
XYZ 7.54 8.6 6.42 -
YUV 81.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 80 85 66 0.06 0 0.22 0.67 75.79 0.13 0.3
Hex 50 55 42 6 0 16 43 4C D 1E
Octal 120 125 102 6 0 26 103 114 15 36
Binary 1010000 1010101 1000010 110 0 10110 1000011 1001100 1101 11110

Color Harmonies of #505542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505542

Black with #505542

Text Example


Text Example

White with #505542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505542; }

 p { color: rgb(80,85,66); }

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

background-color css

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

 a { background-color: rgb(80,85,66); }

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

border-color css

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

 span { border-color: rgb(80,85,66); }

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