#536042

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

Shades of Lunar Green #536042

Tints of Lunar Green #536042

Color information

#536042 (or 0x536042) is unknown color: approx Lunar Green. HEX triplet: 53, 60 and 42. RGB value is (83,96,66). Sum of RGB (Red+Green+Blue) = 83+96+66=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #536042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536042 is #AC9FBD. Grayscale: #585858. Windows color (decimal): -11313086 or 4350035. OLE color: 4350035.

HSL color Cylindrical-coordinate representation of color #536042: hue angle of 86º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536042 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB839666-
CMYK0.1400.310.62
HSL86º18.52%31.76%-
HSV(B)86º31.25%37.65%-
XYZ8.7310.66.74-
YUV88.69115.19123.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=33.88%
G=39.18%
B=26.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396660.1400.310.628618.5231.76
Hex536042E01F3E561320
Octal12314010216037761262340
Binary1010011110000010000101110011111111110101011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536042; }

 p { color: rgb(83,96,66); }

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

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

 a { background-color: rgb(83,96,66); }

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

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

 span { border-color: rgb(83,96,66); }

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