Shades of Scrub #43462A
Tints of Scrub #43462A
RGB
CMYK
RGB Variations
Color information
#43462A (or 0x43462A) is known color: Scrub. HEX triplet: 43, 46 and 2A. RGB value is (67,70,42). Sum of RGB (Red+Green+Blue) = 67+70+42=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #43462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43462A is #BCB9D5. Grayscale: #424242. Windows color (decimal): -12368342 or 2770499. OLE color: 2770499.
HSL color Cylindrical-coordinate representation of color #43462A: hue angle of 66.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43462A is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 42 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.73 |
| HSL | 66.43º | 0.25% | 0.22% | - |
| HSV(B) | 66.43º | 0.4% | 0.27% | - |
| XYZ | 4.92 | 5.74 | 3.04 | - |
| YUV | 65.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 42 | 0.04 | 0 | 0.40 | 0.73 | 66.43 | 0.25 | 0.22 |
| Hex | 43 | 46 | 2A | 4 | 0 | 28 | 49 | 42 | 19 | 16 |
| Octal | 103 | 106 | 52 | 4 | 0 | 50 | 111 | 102 | 31 | 26 |
| Binary | 1000011 | 1000110 | 101010 | 100 | 0 | 101000 | 1001001 | 1000010 | 11001 | 10110 |
Color Harmonies of #43462A
Complementary color
Monochromatic Colors of #43462A
Black with #43462A
Text Example
Text Example
White with #43462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43462A; }
p { color: rgb(67,70,42); }
H1.HeaderClassName
{
color: #43462A;
}
.AnyTagClassName
{
color: #43462A;
}
</style>
background-color css
<style>
a { background-color: #43462A; }
a { background-color: rgb(67,70,42); }
div.DivClassName
{
background-color: #43462A;
}
.BgClassName
{
background-color: #43462A;
}
</style>
border-color css
<style>
span { border-color: #43462A; }
span { border-color: rgb(67,70,42); }
td.TdClassName
{
border-color: #43462A;
}
.TagClassName
{
border-color: #43462A;
}
</style>