#536039

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

Shades of Lunar Green #536039

Tints of Lunar Green #536039

Color information

#536039 (or 0x536039) is unknown color: approx Lunar Green. HEX triplet: 53, 60 and 39. RGB value is (83,96,57). Sum of RGB (Red+Green+Blue) = 83+96+57=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #536039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536039 is #AC9FC6. Grayscale: #575757. Windows color (decimal): -11313095 or 3760211. OLE color: 3760211.

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

Color convert

RGB839657-
CMYK0.1400.410.62
HSL80º25.49%30%-
HSV(B)80º40.62%37.65%-
XYZ8.4910.55.45-
YUV87.67110.69124.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=35.17%
G=40.68%
B=24.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396570.1400.410.628025.4930
Hex536039E0293E50191e
Octal1231407116051761203136
Binary101001111000001110011110010100111111010100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536039; }

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

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

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

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

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

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

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

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