Shades of Scrub #434634
Tints of Scrub #434634
RGB
CMYK
RGB Variations
Color information
#434634 (or 0x434634) is known color: Scrub. HEX triplet: 43, 46 and 34. RGB value is (67,70,52). Sum of RGB (Red+Green+Blue) = 67+70+52=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 70 - color contains mainly: green. Hex color #434634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434634 is #BCB9CB. Grayscale: #434343. Windows color (decimal): -12368332 or 3425859. OLE color: 3425859.
HSL color Cylindrical-coordinate representation of color #434634: hue angle of 70º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #434634 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 52 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.73 |
| HSL | 70º | 0.15% | 0.24% | - |
| HSV(B) | 70º | 0.26% | 0.27% | - |
| XYZ | 5.12 | 5.82 | 4.1 | - |
| YUV | 67.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 52 | 0.04 | 0 | 0.26 | 0.73 | 70 | 0.15 | 0.24 |
| Hex | 43 | 46 | 34 | 4 | 0 | 1A | 49 | 46 | F | 18 |
| Octal | 103 | 106 | 64 | 4 | 0 | 32 | 111 | 106 | 17 | 30 |
| Binary | 1000011 | 1000110 | 110100 | 100 | 0 | 11010 | 1001001 | 1000110 | 1111 | 11000 |
Color Harmonies of #434634
Complementary color
Monochromatic Colors of #434634
Black with #434634
Text Example
Text Example
White with #434634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434634; }
p { color: rgb(67,70,52); }
H1.HeaderClassName
{
color: #434634;
}
.AnyTagClassName
{
color: #434634;
}
</style>
background-color css
<style>
a { background-color: #434634; }
a { background-color: rgb(67,70,52); }
div.DivClassName
{
background-color: #434634;
}
.BgClassName
{
background-color: #434634;
}
</style>
border-color css
<style>
span { border-color: #434634; }
span { border-color: rgb(67,70,52); }
td.TdClassName
{
border-color: #434634;
}
.TagClassName
{
border-color: #434634;
}
</style>