#535A3D

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

Shades of Lunar Green #535A3D

Tints of Lunar Green #535A3D

Color information

#535A3D (or 0x535A3D) is unknown color: approx Lunar Green. HEX triplet: 53, 5A and 3D. RGB value is (83,90,61). Sum of RGB (Red+Green+Blue) = 83+90+61=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 90 - color contains mainly: green. Hex color #535A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A3D is #ACA5C2. Grayscale: #545454. Windows color (decimal): -11314627 or 4020819. OLE color: 4020819.

HSL color Cylindrical-coordinate representation of color #535A3D: hue angle of 74.48º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #535A3D is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB839061-
CMYK0.0800.320.65
HSL74.48º19.21%29.61%-
HSV(B)74.48º32.22%35.29%-
XYZ8.079.495.82-
YUV84.6114.68126.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=35.47%
G=38.46%
B=26.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8390610.0800.320.6574.4819.2129.61
Hex535A3D8020414a131e
Octal12313275100401011122336
Binary1010011101101011110110000100000100000110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,90,61); }

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

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

 a { background-color: rgb(83,90,61); }

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

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

 span { border-color: rgb(83,90,61); }

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