#505C41

Color #505C41 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #505C41

Tints of Lunar Green #505C41

Color information

#505C41 (or 0x505C41) is unknown color: approx Lunar Green. HEX triplet: 50, 5C and 41. RGB value is (80,92,65). Sum of RGB (Red+Green+Blue) = 80+92+65=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #505C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505C41 is #AFA3BE. Grayscale: #555555. Windows color (decimal): -11510719 or 4283472. OLE color: 4283472.

HSL color Cylindrical-coordinate representation of color #505C41: hue angle of 86.67º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505C41 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB809265-
CMYK0.1300.290.64
HSL86.67º17.2%30.78%-
HSV(B)86.67º29.35%36.08%-
XYZ8.099.746.45-
YUV85.33116.52124.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=33.76%
G=38.82%
B=27.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8092650.1300.290.6486.6717.230.78
Hex505C41D01D4057111f
Octal120134101150351001272137
Binary1010000101110010000011101011101100000010101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505C41; }

 p { color: rgb(80,92,65); }

 H1.HeaderClassName
 {
   color: #505C41;
 }
 .AnyTagClassName
 {
   color: #505C41;
 }
</style>
background-color css

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

 a { background-color: rgb(80,92,65); }

 div.DivClassName
 {
   background-color: #505C41;
 }
 .BgClassName
 {
   background-color: #505C41;
 }
</style>
border-color css

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

 span { border-color: rgb(80,92,65); }

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