Shades of Tuatara #43463A
Tints of Tuatara #43463A
RGB
CMYK
RGB Variations
Color information
#43463A (or 0x43463A) is known color: Tuatara. HEX triplet: 43, 46 and 3A. RGB value is (67,70,58). Sum of RGB (Red+Green+Blue) = 67+70+58=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 70 - color contains mainly: green. Hex color #43463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43463A is #BCB9C5. Grayscale: #434343. Windows color (decimal): -12368326 or 3819075. OLE color: 3819075.
HSL color Cylindrical-coordinate representation of color #43463A: hue angle of 75º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #43463A is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 58 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.73 |
| HSL | 75º | 0.09% | 0.25% | - |
| HSV(B) | 75º | 0.17% | 0.27% | - |
| XYZ | 5.27 | 5.88 | 4.86 | - |
| YUV | 67.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 58 | 0.04 | 0 | 0.17 | 0.73 | 75 | 0.09 | 0.25 |
| Hex | 43 | 46 | 3A | 4 | 0 | 11 | 49 | 4B | 9 | 19 |
| Octal | 103 | 106 | 72 | 4 | 0 | 21 | 111 | 113 | 11 | 31 |
| Binary | 1000011 | 1000110 | 111010 | 100 | 0 | 10001 | 1001001 | 1001011 | 1001 | 11001 |
Color Harmonies of #43463A
Complementary color
Monochromatic Colors of #43463A
Black with #43463A
Text Example
Text Example
White with #43463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43463A; }
p { color: rgb(67,70,58); }
H1.HeaderClassName
{
color: #43463A;
}
.AnyTagClassName
{
color: #43463A;
}
</style>
background-color css
<style>
a { background-color: #43463A; }
a { background-color: rgb(67,70,58); }
div.DivClassName
{
background-color: #43463A;
}
.BgClassName
{
background-color: #43463A;
}
</style>
border-color css
<style>
span { border-color: #43463A; }
span { border-color: rgb(67,70,58); }
td.TdClassName
{
border-color: #43463A;
}
.TagClassName
{
border-color: #43463A;
}
</style>