#535749

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

Shades of Lunar Green #535749

Tints of Lunar Green #535749

Color information

#535749 (or 0x535749) is unknown color: approx Lunar Green. HEX triplet: 53, 57 and 49. RGB value is (83,87,73). Sum of RGB (Red+Green+Blue) = 83+87+73=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 87 - color contains mainly: green. Hex color #535749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535749 is #ACA8B6. Grayscale: #545454. Windows color (decimal): -11315383 or 4806483. OLE color: 4806483.

HSL color Cylindrical-coordinate representation of color #535749: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #535749 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB838773-
CMYK0.0500.160.66
HSL77.14º8.75%31.37%-
HSV(B)77.14º16.09%34.12%-
XYZ8.189.147.64-
YUV84.21121.67127.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=34.16%
G=35.80%
B=30.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387730.0500.160.6677.148.7531.37
Hex5357495010424d91f
Octal12312711150201021151137
Binary10100111010111100100110101000010000101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535749; }

 p { color: rgb(83,87,73); }

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

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

 a { background-color: rgb(83,87,73); }

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

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

 span { border-color: rgb(83,87,73); }

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