Shades of Scrub #414329
Tints of Scrub #414329
RGB
CMYK
RGB Variations
Color information
#414329 (or 0x414329) is known color: Scrub. HEX triplet: 41, 43 and 29. RGB value is (65,67,41). Sum of RGB (Red+Green+Blue) = 65+67+41=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #414329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414329 is #BEBCD6. Grayscale: #3F3F3F. Windows color (decimal): -12500183 or 2704193. OLE color: 2704193.
HSL color Cylindrical-coordinate representation of color #414329: hue angle of 64.62º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #414329 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 41 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.74 |
| HSL | 64.62º | 0.24% | 0.21% | - |
| HSV(B) | 64.62º | 0.39% | 0.26% | - |
| XYZ | 4.59 | 5.3 | 2.88 | - |
| YUV | 63.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 41 | 0.03 | 0 | 0.39 | 0.74 | 64.62 | 0.24 | 0.21 |
| Hex | 41 | 43 | 29 | 3 | 0 | 27 | 4A | 41 | 18 | 15 |
| Octal | 101 | 103 | 51 | 3 | 0 | 47 | 112 | 101 | 30 | 25 |
| Binary | 1000001 | 1000011 | 101001 | 11 | 0 | 100111 | 1001010 | 1000001 | 11000 | 10101 |
Color Harmonies of #414329
Complementary color
Monochromatic Colors of #414329
Black with #414329
Text Example
Text Example
White with #414329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414329; }
p { color: rgb(65,67,41); }
H1.HeaderClassName
{
color: #414329;
}
.AnyTagClassName
{
color: #414329;
}
</style>
background-color css
<style>
a { background-color: #414329; }
a { background-color: rgb(65,67,41); }
div.DivClassName
{
background-color: #414329;
}
.BgClassName
{
background-color: #414329;
}
</style>
border-color css
<style>
span { border-color: #414329; }
span { border-color: rgb(65,67,41); }
td.TdClassName
{
border-color: #414329;
}
.TagClassName
{
border-color: #414329;
}
</style>