Shades of Aztec #263D38
Tints of Aztec #263D38
RGB
CMYK
RGB Variations
Color information
#263D38 (or 0x263D38) is known color: Aztec. HEX triplet: 26, 3D and 38. RGB value is (38,61,56). Sum of RGB (Red+Green+Blue) = 38+61+56=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #263D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D38 is #D9C2C7. Grayscale: #353535. Windows color (decimal): -14271176 or 3685670. OLE color: 3685670.
HSL color Cylindrical-coordinate representation of color #263D38: hue angle of 166.96º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263D38 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 56 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.76 |
| HSL | 166.96º | 0.23% | 0.19% | - |
| HSV(B) | 166.96º | 0.38% | 0.24% | - |
| XYZ | 3.18 | 4.04 | 4.35 | - |
| YUV | 53.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 56 | 0.38 | 0 | 0.08 | 0.76 | 166.96 | 0.23 | 0.19 |
| Hex | 26 | 3D | 38 | 26 | 0 | 8 | 4C | A7 | 17 | 13 |
| Octal | 46 | 75 | 70 | 46 | 0 | 10 | 114 | 247 | 27 | 23 |
| Binary | 100110 | 111101 | 111000 | 100110 | 0 | 1000 | 1001100 | 10100111 | 10111 | 10011 |
Color Harmonies of #263D38
Complementary color
Monochromatic Colors of #263D38
Black with #263D38
Text Example
Text Example
White with #263D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D38; }
p { color: rgb(38,61,56); }
H1.HeaderClassName
{
color: #263D38;
}
.AnyTagClassName
{
color: #263D38;
}
</style>
background-color css
<style>
a { background-color: #263D38; }
a { background-color: rgb(38,61,56); }
div.DivClassName
{
background-color: #263D38;
}
.BgClassName
{
background-color: #263D38;
}
</style>
border-color css
<style>
span { border-color: #263D38; }
span { border-color: rgb(38,61,56); }
td.TdClassName
{
border-color: #263D38;
}
.TagClassName
{
border-color: #263D38;
}
</style>