#213936

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

Shades of Aztec #213936

Tints of Aztec #213936

Color information

#213936 (or 0x213936) is unknown color: approx Aztec. HEX triplet: 21, 39 and 36. RGB value is (33,57,54). Sum of RGB (Red+Green+Blue) = 33+57+54=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #213936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213936 is #DEC6C9. Grayscale: #313131. Windows color (decimal): -14599882 or 3553569. OLE color: 3553569.

HSL color Cylindrical-coordinate representation of color #213936: hue angle of 172.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213936 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB335754-
CMYK0.4200.050.78
HSL172.5º26.67%17.65%-
HSV(B)172.5º42.11%22.35%-
XYZ2.763.524.02-
YUV49.48130.55116.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=22.92%
G=39.58%
B=37.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357540.4200.050.78172.526.6717.65
Hex2139362A054Eac1b12
Octal41716652051162543322
Binary10000111100111011010101001011001110101011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213936; }

 p { color: rgb(33,57,54); }

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

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

 a { background-color: rgb(33,57,54); }

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

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

 span { border-color: rgb(33,57,54); }

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