Shades of Tuatara #424838
Tints of Tuatara #424838
RGB
CMYK
RGB Variations
Color information
#424838 (or 0x424838) is known color: Tuatara. HEX triplet: 42, 48 and 38. RGB value is (66,72,56). Sum of RGB (Red+Green+Blue) = 66+72+56=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #424838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424838 is #BDB7C7. Grayscale: #444444. Windows color (decimal): -12433352 or 3688514. OLE color: 3688514.
HSL color Cylindrical-coordinate representation of color #424838: hue angle of 82.5º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424838 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 72 | 56 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.72 |
| HSL | 82.5º | 0.13% | 0.25% | - |
| HSV(B) | 82.5º | 0.22% | 0.28% | - |
| XYZ | 5.28 | 6.08 | 4.64 | - |
| YUV | 68.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 56 | 0.08 | 0 | 0.22 | 0.72 | 82.5 | 0.13 | 0.25 |
| Hex | 42 | 48 | 38 | 8 | 0 | 16 | 48 | 52 | C | 19 |
| Octal | 102 | 110 | 70 | 10 | 0 | 26 | 110 | 122 | 14 | 31 |
| Binary | 1000010 | 1001000 | 111000 | 1000 | 0 | 10110 | 1001000 | 1010010 | 1100 | 11001 |
Color Harmonies of #424838
Complementary color
Monochromatic Colors of #424838
Black with #424838
Text Example
Text Example
White with #424838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424838; }
p { color: rgb(66,72,56); }
H1.HeaderClassName
{
color: #424838;
}
.AnyTagClassName
{
color: #424838;
}
</style>
background-color css
<style>
a { background-color: #424838; }
a { background-color: rgb(66,72,56); }
div.DivClassName
{
background-color: #424838;
}
.BgClassName
{
background-color: #424838;
}
</style>
border-color css
<style>
span { border-color: #424838; }
span { border-color: rgb(66,72,56); }
td.TdClassName
{
border-color: #424838;
}
.TagClassName
{
border-color: #424838;
}
</style>