Shades of Scrub #434531
Tints of Scrub #434531
RGB
CMYK
RGB Variations
Color information
#434531 (or 0x434531) is known color: Scrub. HEX triplet: 43, 45 and 31. RGB value is (67,69,49). Sum of RGB (Red+Green+Blue) = 67+69+49=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #434531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434531 is #BCBACE. Grayscale: #424242. Windows color (decimal): -12368591 or 3228995. OLE color: 3228995.
HSL color Cylindrical-coordinate representation of color #434531: hue angle of 66º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #434531 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 49 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.73 |
| HSL | 66º | 0.17% | 0.23% | - |
| HSV(B) | 66º | 0.29% | 0.27% | - |
| XYZ | 5 | 5.67 | 3.74 | - |
| YUV | 66.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 49 | 0.03 | 0 | 0.29 | 0.73 | 66 | 0.17 | 0.23 |
| Hex | 43 | 45 | 31 | 3 | 0 | 1D | 49 | 42 | 11 | 17 |
| Octal | 103 | 105 | 61 | 3 | 0 | 35 | 111 | 102 | 21 | 27 |
| Binary | 1000011 | 1000101 | 110001 | 11 | 0 | 11101 | 1001001 | 1000010 | 10001 | 10111 |
Color Harmonies of #434531
Complementary color
Monochromatic Colors of #434531
Black with #434531
Text Example
Text Example
White with #434531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434531; }
p { color: rgb(67,69,49); }
H1.HeaderClassName
{
color: #434531;
}
.AnyTagClassName
{
color: #434531;
}
</style>
background-color css
<style>
a { background-color: #434531; }
a { background-color: rgb(67,69,49); }
div.DivClassName
{
background-color: #434531;
}
.BgClassName
{
background-color: #434531;
}
</style>
border-color css
<style>
span { border-color: #434531; }
span { border-color: rgb(67,69,49); }
td.TdClassName
{
border-color: #434531;
}
.TagClassName
{
border-color: #434531;
}
</style>