#535F38

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

Shades of Lunar Green #535F38

Tints of Lunar Green #535F38

Color information

#535F38 (or 0x535F38) is unknown color: approx Lunar Green. HEX triplet: 53, 5F and 38. RGB value is (83,95,56). Sum of RGB (Red+Green+Blue) = 83+95+56=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #535F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F38 is #ACA0C7. Grayscale: #575757. Windows color (decimal): -11313352 or 3694419. OLE color: 3694419.

HSL color Cylindrical-coordinate representation of color #535F38: hue angle of 78.46º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #535F38 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB839556-
CMYK0.1300.410.63
HSL78.46º25.83%29.61%-
HSV(B)78.46º41.05%37.25%-
XYZ8.3710.315.29-
YUV86.97110.52125.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=35.47%
G=40.60%
B=23.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8395560.1300.410.6378.4625.8329.61
Hex535F38D0293F4e1a1e
Octal1231377015051771163236
Binary101001110111111110001101010100111111110011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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