#535849

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

Shades of Lunar Green #535849

Tints of Lunar Green #535849

Color information

#535849 (or 0x535849) is unknown color: approx Lunar Green. HEX triplet: 53, 58 and 49. RGB value is (83,88,73). Sum of RGB (Red+Green+Blue) = 83+88+73=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #535849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535849 is #ACA7B6. Grayscale: #545454. Windows color (decimal): -11315127 or 4806739. OLE color: 4806739.

HSL color Cylindrical-coordinate representation of color #535849: hue angle of 80º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535849 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB838873-
CMYK0.0600.170.65
HSL80º9.32%31.57%-
HSV(B)80º17.05%34.51%-
XYZ8.269.37.66-
YUV84.8121.34126.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=34.02%
G=36.07%
B=29.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388730.0600.170.65809.3231.57
Hex53584960114150920
Octal12313011160211011201140
Binary101001110110001001001110010001100000110100001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535849; }

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

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

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

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

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

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

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

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