Shades of Tuatara #42453B
Tints of Tuatara #42453B
RGB
CMYK
RGB Variations
Color information
#42453B (or 0x42453B) is known color: Tuatara. HEX triplet: 42, 45 and 3B. RGB value is (66,69,59). Sum of RGB (Red+Green+Blue) = 66+69+59=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 69 - color contains mainly: green. Hex color #42453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42453B is #BDBAC4. Grayscale: #434343. Windows color (decimal): -12434117 or 3884354. OLE color: 3884354.
HSL color Cylindrical-coordinate representation of color #42453B: hue angle of 78º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42453B is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 69 | 59 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.73 |
| HSL | 78º | 0.08% | 0.25% | - |
| HSV(B) | 78º | 0.14% | 0.27% | - |
| XYZ | 5.16 | 5.73 | 4.97 | - |
| YUV | 66.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 59 | 0.04 | 0 | 0.14 | 0.73 | 78 | 0.08 | 0.25 |
| Hex | 42 | 45 | 3B | 4 | 0 | E | 49 | 4E | 8 | 19 |
| Octal | 102 | 105 | 73 | 4 | 0 | 16 | 111 | 116 | 10 | 31 |
| Binary | 1000010 | 1000101 | 111011 | 100 | 0 | 1110 | 1001001 | 1001110 | 1000 | 11001 |
Color Harmonies of #42453B
Complementary color
Monochromatic Colors of #42453B
Black with #42453B
Text Example
Text Example
White with #42453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42453B; }
p { color: rgb(66,69,59); }
H1.HeaderClassName
{
color: #42453B;
}
.AnyTagClassName
{
color: #42453B;
}
</style>
background-color css
<style>
a { background-color: #42453B; }
a { background-color: rgb(66,69,59); }
div.DivClassName
{
background-color: #42453B;
}
.BgClassName
{
background-color: #42453B;
}
</style>
border-color css
<style>
span { border-color: #42453B; }
span { border-color: rgb(66,69,59); }
td.TdClassName
{
border-color: #42453B;
}
.TagClassName
{
border-color: #42453B;
}
</style>