Html Css Color HEX #505642 Lunar Green

📋 copy color: '#505642'

red 80 ◦ green 86 ◦ blue 66

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

Shades of Lunar Green #505642

Tints of Lunar Green #505642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.07%

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

R = 34.48%
G = 37.07%
B = 28.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#505642 (or 0x505642) is known color: Lunar Green. HEX triplet: 50, 56 and 42. RGB value is (80,86,66). Sum of RGB (Red+Green+Blue) = 80+86+66=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #505642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505642 is #AFA9BD. Grayscale: #525252. Windows color (decimal): -11512254 or 4347472. OLE color: 4347472.

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

Color convert

RGB 80 86 66 -
CMYK 0.07 0 0.23 0.66
HSL 78º 0.13% 0.3% -
HSV(B) 78º 0.23% 0.34% -
XYZ 7.62 8.75 6.44 -
YUV 81.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 80 86 66 0.07 0 0.23 0.66 78 0.13 0.3
Hex 50 56 42 7 0 17 42 4E D 1E
Octal 120 126 102 7 0 27 102 116 15 36
Binary 1010000 1010110 1000010 111 0 10111 1000010 1001110 1101 11110

Color Harmonies of #505642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505642

Black with #505642

Text Example


Text Example

White with #505642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505642; }

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

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

background-color css

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

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

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

border-color css

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

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

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