Shades of Scrub #43462E
Tints of Scrub #43462E
RGB
CMYK
RGB Variations
Color information
#43462E (or 0x43462E) is known color: Scrub. HEX triplet: 43, 46 and 2E. RGB value is (67,70,46). Sum of RGB (Red+Green+Blue) = 67+70+46=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #43462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43462E is #BCB9D1. Grayscale: #424242. Windows color (decimal): -12368338 or 3032643. OLE color: 3032643.
HSL color Cylindrical-coordinate representation of color #43462E: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #43462E is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 46 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.73 |
| HSL | 67.5º | 0.21% | 0.23% | - |
| HSV(B) | 67.5º | 0.34% | 0.27% | - |
| XYZ | 5 | 5.77 | 3.44 | - |
| YUV | 66.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 46 | 0.04 | 0 | 0.34 | 0.73 | 67.5 | 0.21 | 0.23 |
| Hex | 43 | 46 | 2E | 4 | 0 | 22 | 49 | 44 | 15 | 17 |
| Octal | 103 | 106 | 56 | 4 | 0 | 42 | 111 | 104 | 25 | 27 |
| Binary | 1000011 | 1000110 | 101110 | 100 | 0 | 100010 | 1001001 | 1000100 | 10101 | 10111 |
Color Harmonies of #43462E
Complementary color
Monochromatic Colors of #43462E
Black with #43462E
Text Example
Text Example
White with #43462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43462E; }
p { color: rgb(67,70,46); }
H1.HeaderClassName
{
color: #43462E;
}
.AnyTagClassName
{
color: #43462E;
}
</style>
background-color css
<style>
a { background-color: #43462E; }
a { background-color: rgb(67,70,46); }
div.DivClassName
{
background-color: #43462E;
}
.BgClassName
{
background-color: #43462E;
}
</style>
border-color css
<style>
span { border-color: #43462E; }
span { border-color: rgb(67,70,46); }
td.TdClassName
{
border-color: #43462E;
}
.TagClassName
{
border-color: #43462E;
}
</style>