#223632

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

Shades of Aztec #223632

Tints of Aztec #223632

Color information

#223632 (or 0x223632) is unknown color: approx Aztec. HEX triplet: 22, 36 and 32. RGB value is (34,54,50). Sum of RGB (Red+Green+Blue) = 34+54+50=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 54 - color contains mainly: green. Hex color #223632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223632 is #DDC9CD. Grayscale: #2F2F2F. Windows color (decimal): -14535118 or 3290658. OLE color: 3290658.

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

Color convert

RGB345450-
CMYK0.3700.070.79
HSL168º22.73%17.25%-
HSV(B)168º37.04%21.18%-
XYZ2.553.213.5-
YUV47.56129.37118.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.64%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=24.64%
G=39.13%
B=36.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3454500.3700.070.7916822.7317.25
Hex22363225074Fa81711
Octal42666245071172502721
Binary10001011011011001010010101111001111101010001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223632; }

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

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

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

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

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

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

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

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