Shades of Scrub #434732
Tints of Scrub #434732
RGB
CMYK
RGB Variations
Color information
#434732 (or 0x434732) is known color: Scrub. HEX triplet: 43, 47 and 32. RGB value is (67,71,50). Sum of RGB (Red+Green+Blue) = 67+71+50=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #434732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434732 is #BCB8CD. Grayscale: #434343. Windows color (decimal): -12368078 or 3295043. OLE color: 3295043.
HSL color Cylindrical-coordinate representation of color #434732: hue angle of 71.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #434732 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 50 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.72 |
| HSL | 71.43º | 0.17% | 0.24% | - |
| HSV(B) | 71.43º | 0.3% | 0.28% | - |
| XYZ | 5.14 | 5.93 | 3.89 | - |
| YUV | 67.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 50 | 0.06 | 0 | 0.30 | 0.72 | 71.43 | 0.17 | 0.24 |
| Hex | 43 | 47 | 32 | 6 | 0 | 1E | 48 | 47 | 11 | 18 |
| Octal | 103 | 107 | 62 | 6 | 0 | 36 | 110 | 107 | 21 | 30 |
| Binary | 1000011 | 1000111 | 110010 | 110 | 0 | 11110 | 1001000 | 1000111 | 10001 | 11000 |
Color Harmonies of #434732
Complementary color
Monochromatic Colors of #434732
Black with #434732
Text Example
Text Example
White with #434732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434732; }
p { color: rgb(67,71,50); }
H1.HeaderClassName
{
color: #434732;
}
.AnyTagClassName
{
color: #434732;
}
</style>
background-color css
<style>
a { background-color: #434732; }
a { background-color: rgb(67,71,50); }
div.DivClassName
{
background-color: #434732;
}
.BgClassName
{
background-color: #434732;
}
</style>
border-color css
<style>
span { border-color: #434732; }
span { border-color: rgb(67,71,50); }
td.TdClassName
{
border-color: #434732;
}
.TagClassName
{
border-color: #434732;
}
</style>