#535945

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

Shades of Lunar Green #535945

Tints of Lunar Green #535945

Color information

#535945 (or 0x535945) is unknown color: approx Lunar Green. HEX triplet: 53, 59 and 45. RGB value is (83,89,69). Sum of RGB (Red+Green+Blue) = 83+89+69=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #535945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535945 is #ACA6BA. Grayscale: #555555. Windows color (decimal): -11314875 or 4544851. OLE color: 4544851.

HSL color Cylindrical-coordinate representation of color #535945: hue angle of 78º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #535945 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB838969-
CMYK0.0700.220.65
HSL78º12.66%30.98%-
HSV(B)78º22.47%34.9%-
XYZ8.219.417.01-
YUV84.93119.01126.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=34.44%
G=36.93%
B=28.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389690.0700.220.657812.6630.98
Hex5359457016414ed1f
Octal12313110570261011161537
Binary10100111011001100010111101011010000011001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535945; }

 p { color: rgb(83,89,69); }

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

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

 a { background-color: rgb(83,89,69); }

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

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

 span { border-color: rgb(83,89,69); }

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