Shades of Scrub #414536
Tints of Scrub #414536
RGB
CMYK
RGB Variations
Color information
#414536 (or 0x414536) is known color: Scrub. HEX triplet: 41, 45 and 36. RGB value is (65,69,54). Sum of RGB (Red+Green+Blue) = 65+69+54=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 69 - color contains mainly: green. Hex color #414536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414536 is #BEBAC9. Grayscale: #424242. Windows color (decimal): -12499658 or 3556673. OLE color: 3556673.
HSL color Cylindrical-coordinate representation of color #414536: hue angle of 76º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414536 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 69 | 54 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.73 |
| HSL | 76º | 0.12% | 0.24% | - |
| HSV(B) | 76º | 0.22% | 0.27% | - |
| XYZ | 4.97 | 5.65 | 4.32 | - |
| YUV | 66.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 54 | 0.06 | 0 | 0.22 | 0.73 | 76 | 0.12 | 0.24 |
| Hex | 41 | 45 | 36 | 6 | 0 | 16 | 49 | 4C | C | 18 |
| Octal | 101 | 105 | 66 | 6 | 0 | 26 | 111 | 114 | 14 | 30 |
| Binary | 1000001 | 1000101 | 110110 | 110 | 0 | 10110 | 1001001 | 1001100 | 1100 | 11000 |
Color Harmonies of #414536
Complementary color
Monochromatic Colors of #414536
Black with #414536
Text Example
Text Example
White with #414536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414536; }
p { color: rgb(65,69,54); }
H1.HeaderClassName
{
color: #414536;
}
.AnyTagClassName
{
color: #414536;
}
</style>
background-color css
<style>
a { background-color: #414536; }
a { background-color: rgb(65,69,54); }
div.DivClassName
{
background-color: #414536;
}
.BgClassName
{
background-color: #414536;
}
</style>
border-color css
<style>
span { border-color: #414536; }
span { border-color: rgb(65,69,54); }
td.TdClassName
{
border-color: #414536;
}
.TagClassName
{
border-color: #414536;
}
</style>