Shades of Scrub #434532
Tints of Scrub #434532
RGB
CMYK
RGB Variations
Color information
#434532 (or 0x434532) is known color: Scrub. HEX triplet: 43, 45 and 32. RGB value is (67,69,50). Sum of RGB (Red+Green+Blue) = 67+69+50=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #434532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434532 is #BCBACD. Grayscale: #424242. Windows color (decimal): -12368590 or 3294531. OLE color: 3294531.
HSL color Cylindrical-coordinate representation of color #434532: hue angle of 66.32º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #434532 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 50 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.73 |
| HSL | 66.32º | 0.16% | 0.23% | - |
| HSV(B) | 66.32º | 0.28% | 0.27% | - |
| XYZ | 5.02 | 5.68 | 3.85 | - |
| YUV | 66.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 50 | 0.03 | 0 | 0.28 | 0.73 | 66.32 | 0.16 | 0.23 |
| Hex | 43 | 45 | 32 | 3 | 0 | 1C | 49 | 42 | 10 | 17 |
| Octal | 103 | 105 | 62 | 3 | 0 | 34 | 111 | 102 | 20 | 27 |
| Binary | 1000011 | 1000101 | 110010 | 11 | 0 | 11100 | 1001001 | 1000010 | 10000 | 10111 |
Color Harmonies of #434532
Complementary color
Monochromatic Colors of #434532
Black with #434532
Text Example
Text Example
White with #434532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434532; }
p { color: rgb(67,69,50); }
H1.HeaderClassName
{
color: #434532;
}
.AnyTagClassName
{
color: #434532;
}
</style>
background-color css
<style>
a { background-color: #434532; }
a { background-color: rgb(67,69,50); }
div.DivClassName
{
background-color: #434532;
}
.BgClassName
{
background-color: #434532;
}
</style>
border-color css
<style>
span { border-color: #434532; }
span { border-color: rgb(67,69,50); }
td.TdClassName
{
border-color: #434532;
}
.TagClassName
{
border-color: #434532;
}
</style>