#505F39

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

Shades of Lunar Green #505F39

Tints of Lunar Green #505F39

Color information

#505F39 (or 0x505F39) is unknown color: approx Lunar Green. HEX triplet: 50, 5F and 39. RGB value is (80,95,57). Sum of RGB (Red+Green+Blue) = 80+95+57=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #505F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F39 is #AFA0C6. Grayscale: #565656. Windows color (decimal): -11509959 or 3759952. OLE color: 3759952.

HSL color Cylindrical-coordinate representation of color #505F39: hue angle of 83.68º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505F39 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB809557-
CMYK0.1600.400.63
HSL83.68º25%29.8%-
HSV(B)83.68º40%37.25%-
XYZ8.1410.195.41-
YUV86.18111.53123.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=34.48%
G=40.95%
B=24.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095570.1600.400.6383.682529.8
Hex505F39100283F54191e
Octal1201377120050771243136
Binary1010000101111111100110000010100011111110101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,95,57); }

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

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

 a { background-color: rgb(80,95,57); }

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

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

 span { border-color: rgb(80,95,57); }

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