Shades of Scrub #444935
Tints of Scrub #444935
RGB
CMYK
RGB Variations
Color information
#444935 (or 0x444935) is known color: Scrub. HEX triplet: 44, 49 and 35. RGB value is (68,73,53). Sum of RGB (Red+Green+Blue) = 68+73+53=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #444935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444935 is #BBB6CA. Grayscale: #454545. Windows color (decimal): -12302027 or 3492164. OLE color: 3492164.
HSL color Cylindrical-coordinate representation of color #444935: hue angle of 75º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #444935 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 53 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.71 |
| HSL | 75º | 0.16% | 0.25% | - |
| HSV(B) | 75º | 0.27% | 0.29% | - |
| XYZ | 5.41 | 6.25 | 4.29 | - |
| YUV | 69.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 53 | 0.07 | 0 | 0.27 | 0.71 | 75 | 0.16 | 0.25 |
| Hex | 44 | 49 | 35 | 7 | 0 | 1B | 47 | 4B | 10 | 19 |
| Octal | 104 | 111 | 65 | 7 | 0 | 33 | 107 | 113 | 20 | 31 |
| Binary | 1000100 | 1001001 | 110101 | 111 | 0 | 11011 | 1000111 | 1001011 | 10000 | 11001 |
Color Harmonies of #444935
Complementary color
Monochromatic Colors of #444935
Black with #444935
Text Example
Text Example
White with #444935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444935; }
p { color: rgb(68,73,53); }
H1.HeaderClassName
{
color: #444935;
}
.AnyTagClassName
{
color: #444935;
}
</style>
background-color css
<style>
a { background-color: #444935; }
a { background-color: rgb(68,73,53); }
div.DivClassName
{
background-color: #444935;
}
.BgClassName
{
background-color: #444935;
}
</style>
border-color css
<style>
span { border-color: #444935; }
span { border-color: rgb(68,73,53); }
td.TdClassName
{
border-color: #444935;
}
.TagClassName
{
border-color: #444935;
}
</style>