#535941

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

Shades of Lunar Green #535941

Tints of Lunar Green #535941

Color information

#535941 (or 0x535941) is unknown color: approx Lunar Green. HEX triplet: 53, 59 and 41. RGB value is (83,89,65). Sum of RGB (Red+Green+Blue) = 83+89+65=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #535941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535941 is #ACA6BE. Grayscale: #545454. Windows color (decimal): -11314879 or 4282707. OLE color: 4282707.

HSL color Cylindrical-coordinate representation of color #535941: hue angle of 75º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535941 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB838965-
CMYK0.0700.270.65
HSL75º15.58%30.2%-
HSV(B)75º26.97%34.9%-
XYZ8.099.376.38-
YUV84.47117.01126.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=35.02%
G=37.55%
B=27.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389650.0700.270.657515.5830.2
Hex535941701B414b101e
Octal12313110170331011132036
Binary101001110110011000001111011011100000110010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535941; }

 p { color: rgb(83,89,65); }

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

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

 a { background-color: rgb(83,89,65); }

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

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

 span { border-color: rgb(83,89,65); }

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