#293634

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

Shades of Aztec #293634

Tints of Aztec #293634

Color information

#293634 (or 0x293634) is unknown color: approx Aztec. HEX triplet: 29, 36 and 34. RGB value is (41,54,52). Sum of RGB (Red+Green+Blue) = 41+54+52=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 54 - color contains mainly: green. Hex color #293634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293634 is #D6C9CB. Grayscale: #313131. Windows color (decimal): -14076364 or 3421737. OLE color: 3421737.

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

Color convert

RGB415452-
CMYK0.2400.040.79
HSL170.77º13.68%18.63%-
HSV(B)170.77º24.07%21.18%-
XYZ2.853.363.75-
YUV49.88129.19121.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=27.89%
G=36.73%
B=35.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154520.2400.040.79170.7713.6818.63
Hex29363418044Fabe13
Octal51666430041172531623
Binary101001110110110100110000100100111110101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293634; }

 p { color: rgb(41,54,52); }

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

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

 a { background-color: rgb(41,54,52); }

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

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

 span { border-color: rgb(41,54,52); }

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