Shades of Tuatara #42453C
Tints of Tuatara #42453C
RGB
CMYK
RGB Variations
Color information
#42453C (or 0x42453C) is known color: Tuatara. HEX triplet: 42, 45 and 3C. RGB value is (66,69,60). Sum of RGB (Red+Green+Blue) = 66+69+60=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 69 - color contains mainly: green. Hex color #42453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42453C is #BDBAC3. Grayscale: #434343. Windows color (decimal): -12434116 or 3949890. OLE color: 3949890.
HSL color Cylindrical-coordinate representation of color #42453C: hue angle of 80º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #42453C is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 69 | 60 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.73 |
| HSL | 80º | 0.07% | 0.25% | - |
| HSV(B) | 80º | 0.13% | 0.27% | - |
| XYZ | 5.19 | 5.74 | 5.11 | - |
| YUV | 67.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 60 | 0.04 | 0 | 0.13 | 0.73 | 80 | 0.07 | 0.25 |
| Hex | 42 | 45 | 3C | 4 | 0 | D | 49 | 50 | 7 | 19 |
| Octal | 102 | 105 | 74 | 4 | 0 | 15 | 111 | 120 | 7 | 31 |
| Binary | 1000010 | 1000101 | 111100 | 100 | 0 | 1101 | 1001001 | 1010000 | 111 | 11001 |
Color Harmonies of #42453C
Complementary color
Monochromatic Colors of #42453C
Black with #42453C
Text Example
Text Example
White with #42453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42453C; }
p { color: rgb(66,69,60); }
H1.HeaderClassName
{
color: #42453C;
}
.AnyTagClassName
{
color: #42453C;
}
</style>
background-color css
<style>
a { background-color: #42453C; }
a { background-color: rgb(66,69,60); }
div.DivClassName
{
background-color: #42453C;
}
.BgClassName
{
background-color: #42453C;
}
</style>
border-color css
<style>
span { border-color: #42453C; }
span { border-color: rgb(66,69,60); }
td.TdClassName
{
border-color: #42453C;
}
.TagClassName
{
border-color: #42453C;
}
</style>