#353632

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

Shades of Zeus #353632

Tints of Zeus #353632

Color information

#353632 (or 0x353632) is unknown color: approx Zeus. HEX triplet: 35, 36 and 32. RGB value is (53,54,50). Sum of RGB (Red+Green+Blue) = 53+54+50=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 54 - color contains mainly: green. Hex color #353632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353632 is #CAC9CD. Grayscale: #353535. Windows color (decimal): -13289934 or 3290677. OLE color: 3290677.

HSL color Cylindrical-coordinate representation of color #353632: hue angle of 75º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #353632 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB535450-
CMYK0.0200.070.79
HSL75º3.85%20.39%-
HSV(B)75º7.41%21.18%-
XYZ3.363.633.54-
YUV53.24126.17127.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=33.76%
G=34.39%
B=31.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5354500.0200.070.79753.8520.39
Hex3536322074F4b414
Octal656662207117113424
Binary1101011101101100101001111001111100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353632; }

 p { color: rgb(53,54,50); }

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

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

 a { background-color: rgb(53,54,50); }

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

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

 span { border-color: rgb(53,54,50); }

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