#535649

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

Shades of Lunar Green #535649

Tints of Lunar Green #535649

Color information

#535649 (or 0x535649) is unknown color: approx Lunar Green. HEX triplet: 53, 56 and 49. RGB value is (83,86,73). Sum of RGB (Red+Green+Blue) = 83+86+73=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 86 - color contains mainly: green. Hex color #535649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535649 is #ACA9B6. Grayscale: #535353. Windows color (decimal): -11315639 or 4806227. OLE color: 4806227.

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

Color convert

RGB838673-
CMYK0.0300.150.66
HSL73.85º8.18%31.18%-
HSV(B)73.85º15.12%33.73%-
XYZ8.18.987.61-
YUV83.62122.01127.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=34.30%
G=35.54%
B=30.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386730.0300.150.6673.858.1831.18
Hex53564930F424a81f
Octal12312611130171021121037
Binary101001110101101001001110111110000101001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535649; }

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

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

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

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

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

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

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

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