Shades of Scrub #41462D
Tints of Scrub #41462D
RGB
CMYK
RGB Variations
Color information
#41462D (or 0x41462D) is known color: Scrub. HEX triplet: 41, 46 and 2D. RGB value is (65,70,45). Sum of RGB (Red+Green+Blue) = 65+70+45=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 70 - color contains mainly: green. Hex color #41462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41462D is #BEB9D2. Grayscale: #414141. Windows color (decimal): -12499411 or 2967105. OLE color: 2967105.
HSL color Cylindrical-coordinate representation of color #41462D: hue angle of 72º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41462D is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 70 | 45 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.73 |
| HSL | 72º | 0.22% | 0.23% | - |
| HSV(B) | 72º | 0.36% | 0.27% | - |
| XYZ | 4.84 | 5.69 | 3.33 | - |
| YUV | 65.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 45 | 0.07 | 0 | 0.36 | 0.73 | 72 | 0.22 | 0.23 |
| Hex | 41 | 46 | 2D | 7 | 0 | 24 | 49 | 48 | 16 | 17 |
| Octal | 101 | 106 | 55 | 7 | 0 | 44 | 111 | 110 | 26 | 27 |
| Binary | 1000001 | 1000110 | 101101 | 111 | 0 | 100100 | 1001001 | 1001000 | 10110 | 10111 |
Color Harmonies of #41462D
Complementary color
Monochromatic Colors of #41462D
Black with #41462D
Text Example
Text Example
White with #41462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41462D; }
p { color: rgb(65,70,45); }
H1.HeaderClassName
{
color: #41462D;
}
.AnyTagClassName
{
color: #41462D;
}
</style>
background-color css
<style>
a { background-color: #41462D; }
a { background-color: rgb(65,70,45); }
div.DivClassName
{
background-color: #41462D;
}
.BgClassName
{
background-color: #41462D;
}
</style>
border-color css
<style>
span { border-color: #41462D; }
span { border-color: rgb(65,70,45); }
td.TdClassName
{
border-color: #41462D;
}
.TagClassName
{
border-color: #41462D;
}
</style>