Shades of Scrub #414630
Tints of Scrub #414630
RGB
CMYK
RGB Variations
Color information
#414630 (or 0x414630) is known color: Scrub. HEX triplet: 41, 46 and 30. RGB value is (65,70,48). Sum of RGB (Red+Green+Blue) = 65+70+48=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #414630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414630 is #BEB9CF. Grayscale: #424242. Windows color (decimal): -12499408 or 3163713. OLE color: 3163713.
HSL color Cylindrical-coordinate representation of color #414630: hue angle of 73.64º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #414630 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 70 | 48 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.73 |
| HSL | 73.64º | 0.19% | 0.23% | - |
| HSV(B) | 73.64º | 0.31% | 0.27% | - |
| XYZ | 4.9 | 5.72 | 3.64 | - |
| YUV | 66 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 48 | 0.07 | 0 | 0.31 | 0.73 | 73.64 | 0.19 | 0.23 |
| Hex | 41 | 46 | 30 | 7 | 0 | 1F | 49 | 4A | 13 | 17 |
| Octal | 101 | 106 | 60 | 7 | 0 | 37 | 111 | 112 | 23 | 27 |
| Binary | 1000001 | 1000110 | 110000 | 111 | 0 | 11111 | 1001001 | 1001010 | 10011 | 10111 |
Color Harmonies of #414630
Complementary color
Monochromatic Colors of #414630
Black with #414630
Text Example
Text Example
White with #414630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414630; }
p { color: rgb(65,70,48); }
H1.HeaderClassName
{
color: #414630;
}
.AnyTagClassName
{
color: #414630;
}
</style>
background-color css
<style>
a { background-color: #414630; }
a { background-color: rgb(65,70,48); }
div.DivClassName
{
background-color: #414630;
}
.BgClassName
{
background-color: #414630;
}
</style>
border-color css
<style>
span { border-color: #414630; }
span { border-color: rgb(65,70,48); }
td.TdClassName
{
border-color: #414630;
}
.TagClassName
{
border-color: #414630;
}
</style>