Shades of Aztec #253E38
Tints of Aztec #253E38
RGB
CMYK
RGB Variations
Color information
#253E38 (or 0x253E38) is known color: Aztec. HEX triplet: 25, 3E and 38. RGB value is (37,62,56). Sum of RGB (Red+Green+Blue) = 37+62+56=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #253E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E38 is #DAC1C7. Grayscale: #353535. Windows color (decimal): -14336456 or 3685925. OLE color: 3685925.
HSL color Cylindrical-coordinate representation of color #253E38: hue angle of 165.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253E38 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 62 | 56 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.76 |
| HSL | 165.6º | 0.25% | 0.19% | - |
| HSV(B) | 165.6º | 0.4% | 0.24% | - |
| XYZ | 3.2 | 4.12 | 4.37 | - |
| YUV | 53.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 56 | 0.40 | 0 | 0.10 | 0.76 | 165.6 | 0.25 | 0.19 |
| Hex | 25 | 3E | 38 | 28 | 0 | A | 4C | A6 | 19 | 13 |
| Octal | 45 | 76 | 70 | 50 | 0 | 12 | 114 | 246 | 31 | 23 |
| Binary | 100101 | 111110 | 111000 | 101000 | 0 | 1010 | 1001100 | 10100110 | 11001 | 10011 |
Color Harmonies of #253E38
Complementary color
Monochromatic Colors of #253E38
Black with #253E38
Text Example
Text Example
White with #253E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E38; }
p { color: rgb(37,62,56); }
H1.HeaderClassName
{
color: #253E38;
}
.AnyTagClassName
{
color: #253E38;
}
</style>
background-color css
<style>
a { background-color: #253E38; }
a { background-color: rgb(37,62,56); }
div.DivClassName
{
background-color: #253E38;
}
.BgClassName
{
background-color: #253E38;
}
</style>
border-color css
<style>
span { border-color: #253E38; }
span { border-color: rgb(37,62,56); }
td.TdClassName
{
border-color: #253E38;
}
.TagClassName
{
border-color: #253E38;
}
</style>