#535C40

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

Shades of Lunar Green #535C40

Tints of Lunar Green #535C40

Color information

#535C40 (or 0x535C40) is unknown color: approx Lunar Green. HEX triplet: 53, 5C and 40. RGB value is (83,92,64). Sum of RGB (Red+Green+Blue) = 83+92+64=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #535C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C40 is #ACA3BF. Grayscale: #565656. Windows color (decimal): -11314112 or 4217939. OLE color: 4217939.

HSL color Cylindrical-coordinate representation of color #535C40: hue angle of 79.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535C40 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB839264-
CMYK0.1000.300.64
HSL79.29º17.95%30.59%-
HSV(B)79.29º30.43%36.08%-
XYZ8.329.866.32-
YUV86.12115.52125.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=34.73%
G=38.49%
B=26.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8392640.1000.300.6479.2917.9530.59
Hex535C40A01E404f121f
Octal123134100120361001172237
Binary1010011101110010000001010011110100000010011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535C40; }

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

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

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

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

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

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

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

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