#535D38

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

Shades of Lunar Green #535D38

Tints of Lunar Green #535D38

Color information

#535D38 (or 0x535D38) is unknown color: approx Lunar Green. HEX triplet: 53, 5D and 38. RGB value is (83,93,56). Sum of RGB (Red+Green+Blue) = 83+93+56=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #535D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D38 is #ACA2C7. Grayscale: #555555. Windows color (decimal): -11313864 or 3693907. OLE color: 3693907.

HSL color Cylindrical-coordinate representation of color #535D38: hue angle of 76.22º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #535D38 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB839356-
CMYK0.1100.400.64
HSL76.22º24.83%29.22%-
HSV(B)76.22º39.78%36.47%-
XYZ8.29.955.23-
YUV85.79111.19126.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 93 (36.72% from 255) = 40.09%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=35.78%
G=40.09%
B=24.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393560.1100.400.6476.2224.8329.22
Hex535D38B028404c191d
Octal12313570130501001143135
Binary1010011101110111100010110101000100000010011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,56); }

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

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

 a { background-color: rgb(83,93,56); }

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

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

 span { border-color: rgb(83,93,56); }

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