Shades of Scrub #414634
Tints of Scrub #414634
RGB
CMYK
RGB Variations
Color information
#414634 (or 0x414634) is known color: Scrub. HEX triplet: 41, 46 and 34. RGB value is (65,70,52). Sum of RGB (Red+Green+Blue) = 65+70+52=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #414634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414634 is #BEB9CB. Grayscale: #424242. Windows color (decimal): -12499404 or 3425857. OLE color: 3425857.
HSL color Cylindrical-coordinate representation of color #414634: hue angle of 76.67º 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 #414634 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 70 | 52 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.73 |
| HSL | 76.67º | 0.15% | 0.24% | - |
| HSV(B) | 76.67º | 0.26% | 0.27% | - |
| XYZ | 4.99 | 5.75 | 4.1 | - |
| YUV | 66.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 52 | 0.07 | 0 | 0.26 | 0.73 | 76.67 | 0.15 | 0.24 |
| Hex | 41 | 46 | 34 | 7 | 0 | 1A | 49 | 4D | F | 18 |
| Octal | 101 | 106 | 64 | 7 | 0 | 32 | 111 | 115 | 17 | 30 |
| Binary | 1000001 | 1000110 | 110100 | 111 | 0 | 11010 | 1001001 | 1001101 | 1111 | 11000 |
Color Harmonies of #414634
Complementary color
Monochromatic Colors of #414634
Black with #414634
Text Example
Text Example
White with #414634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414634; }
p { color: rgb(65,70,52); }
H1.HeaderClassName
{
color: #414634;
}
.AnyTagClassName
{
color: #414634;
}
</style>
background-color css
<style>
a { background-color: #414634; }
a { background-color: rgb(65,70,52); }
div.DivClassName
{
background-color: #414634;
}
.BgClassName
{
background-color: #414634;
}
</style>
border-color css
<style>
span { border-color: #414634; }
span { border-color: rgb(65,70,52); }
td.TdClassName
{
border-color: #414634;
}
.TagClassName
{
border-color: #414634;
}
</style>