#536040

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

Shades of Lunar Green #536040

Tints of Lunar Green #536040

Color information

#536040 (or 0x536040) is unknown color: approx Lunar Green. HEX triplet: 53, 60 and 40. RGB value is (83,96,64). Sum of RGB (Red+Green+Blue) = 83+96+64=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #536040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536040 is #AC9FBF. Grayscale: #585858. Windows color (decimal): -11313088 or 4218963. OLE color: 4218963.

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

Color convert

RGB839664-
CMYK0.1400.330.62
HSL84.38º20%31.37%-
HSV(B)84.38º33.33%37.65%-
XYZ8.6810.576.43-
YUV88.46114.19124.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=34.16%
G=39.51%
B=26.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396640.1400.330.6284.382031.37
Hex536040E0213E54141f
Octal12314010016041761242437
Binary1010011110000010000001110010000111111010101001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536040; }

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

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

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

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

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

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

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

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