Shades of Scrub #43462B
Tints of Scrub #43462B
RGB
CMYK
RGB Variations
Color information
#43462B (or 0x43462B) is known color: Scrub. HEX triplet: 43, 46 and 2B. RGB value is (67,70,43). Sum of RGB (Red+Green+Blue) = 67+70+43=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 70 - color contains mainly: green. Hex color #43462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43462B is #BCB9D4. Grayscale: #424242. Windows color (decimal): -12368341 or 2836035. OLE color: 2836035.
HSL color Cylindrical-coordinate representation of color #43462B: hue angle of 66.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43462B is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 43 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.73 |
| HSL | 66.67º | 0.24% | 0.22% | - |
| HSV(B) | 66.67º | 0.39% | 0.27% | - |
| XYZ | 4.94 | 5.75 | 3.13 | - |
| YUV | 66.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 43 | 0.04 | 0 | 0.39 | 0.73 | 66.67 | 0.24 | 0.22 |
| Hex | 43 | 46 | 2B | 4 | 0 | 27 | 49 | 43 | 18 | 16 |
| Octal | 103 | 106 | 53 | 4 | 0 | 47 | 111 | 103 | 30 | 26 |
| Binary | 1000011 | 1000110 | 101011 | 100 | 0 | 100111 | 1001001 | 1000011 | 11000 | 10110 |
Color Harmonies of #43462B
Complementary color
Monochromatic Colors of #43462B
Black with #43462B
Text Example
Text Example
White with #43462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43462B; }
p { color: rgb(67,70,43); }
H1.HeaderClassName
{
color: #43462B;
}
.AnyTagClassName
{
color: #43462B;
}
</style>
background-color css
<style>
a { background-color: #43462B; }
a { background-color: rgb(67,70,43); }
div.DivClassName
{
background-color: #43462B;
}
.BgClassName
{
background-color: #43462B;
}
</style>
border-color css
<style>
span { border-color: #43462B; }
span { border-color: rgb(67,70,43); }
td.TdClassName
{
border-color: #43462B;
}
.TagClassName
{
border-color: #43462B;
}
</style>