Shades of Aztec #253D37
Tints of Aztec #253D37
RGB
CMYK
RGB Variations
Color information
#253D37 (or 0x253D37) is known color: Aztec. HEX triplet: 25, 3D and 37. RGB value is (37,61,55). Sum of RGB (Red+Green+Blue) = 37+61+55=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #253D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D37 is #DAC2C8. Grayscale: #353535. Windows color (decimal): -14336713 or 3620133. OLE color: 3620133.
HSL color Cylindrical-coordinate representation of color #253D37: hue angle of 165º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D37 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 55 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.76 |
| HSL | 165º | 0.24% | 0.19% | - |
| HSV(B) | 165º | 0.39% | 0.24% | - |
| XYZ | 3.12 | 4.01 | 4.22 | - |
| YUV | 53.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 55 | 0.39 | 0 | 0.10 | 0.76 | 165 | 0.24 | 0.19 |
| Hex | 25 | 3D | 37 | 27 | 0 | A | 4C | A5 | 18 | 13 |
| Octal | 45 | 75 | 67 | 47 | 0 | 12 | 114 | 245 | 30 | 23 |
| Binary | 100101 | 111101 | 110111 | 100111 | 0 | 1010 | 1001100 | 10100101 | 11000 | 10011 |
Color Harmonies of #253D37
Complementary color
Monochromatic Colors of #253D37
Black with #253D37
Text Example
Text Example
White with #253D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D37; }
p { color: rgb(37,61,55); }
H1.HeaderClassName
{
color: #253D37;
}
.AnyTagClassName
{
color: #253D37;
}
</style>
background-color css
<style>
a { background-color: #253D37; }
a { background-color: rgb(37,61,55); }
div.DivClassName
{
background-color: #253D37;
}
.BgClassName
{
background-color: #253D37;
}
</style>
border-color css
<style>
span { border-color: #253D37; }
span { border-color: rgb(37,61,55); }
td.TdClassName
{
border-color: #253D37;
}
.TagClassName
{
border-color: #253D37;
}
</style>