Shades of Scrub #434734
Tints of Scrub #434734
RGB
CMYK
RGB Variations
Color information
#434734 (or 0x434734) is known color: Scrub. HEX triplet: 43, 47 and 34. RGB value is (67,71,52). Sum of RGB (Red+Green+Blue) = 67+71+52=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #434734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434734 is #BCB8CB. Grayscale: #434343. Windows color (decimal): -12368076 or 3426115. OLE color: 3426115.
HSL color Cylindrical-coordinate representation of color #434734: hue angle of 72.63º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #434734 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 52 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.72 |
| HSL | 72.63º | 0.15% | 0.24% | - |
| HSV(B) | 72.63º | 0.27% | 0.28% | - |
| XYZ | 5.19 | 5.95 | 4.12 | - |
| YUV | 67.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 52 | 0.06 | 0 | 0.27 | 0.72 | 72.63 | 0.15 | 0.24 |
| Hex | 43 | 47 | 34 | 6 | 0 | 1B | 48 | 49 | F | 18 |
| Octal | 103 | 107 | 64 | 6 | 0 | 33 | 110 | 111 | 17 | 30 |
| Binary | 1000011 | 1000111 | 110100 | 110 | 0 | 11011 | 1001000 | 1001001 | 1111 | 11000 |
Color Harmonies of #434734
Complementary color
Monochromatic Colors of #434734
Black with #434734
Text Example
Text Example
White with #434734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434734; }
p { color: rgb(67,71,52); }
H1.HeaderClassName
{
color: #434734;
}
.AnyTagClassName
{
color: #434734;
}
</style>
background-color css
<style>
a { background-color: #434734; }
a { background-color: rgb(67,71,52); }
div.DivClassName
{
background-color: #434734;
}
.BgClassName
{
background-color: #434734;
}
</style>
border-color css
<style>
span { border-color: #434734; }
span { border-color: rgb(67,71,52); }
td.TdClassName
{
border-color: #434734;
}
.TagClassName
{
border-color: #434734;
}
</style>