Shades of Scrub #41452F
Tints of Scrub #41452F
RGB
CMYK
RGB Variations
Color information
#41452F (or 0x41452F) is known color: Scrub. HEX triplet: 41, 45 and 2F. RGB value is (65,69,47). Sum of RGB (Red+Green+Blue) = 65+69+47=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 69 - color contains mainly: green. Hex color #41452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41452F is #BEBAD0. Grayscale: #414141. Windows color (decimal): -12499665 or 3097921. OLE color: 3097921.
HSL color Cylindrical-coordinate representation of color #41452F: hue angle of 70.91º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41452F is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 69 | 47 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.73 |
| HSL | 70.91º | 0.19% | 0.23% | - |
| HSV(B) | 70.91º | 0.32% | 0.27% | - |
| XYZ | 4.82 | 5.59 | 3.51 | - |
| YUV | 65.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 47 | 0.06 | 0 | 0.32 | 0.73 | 70.91 | 0.19 | 0.23 |
| Hex | 41 | 45 | 2F | 6 | 0 | 20 | 49 | 47 | 13 | 17 |
| Octal | 101 | 105 | 57 | 6 | 0 | 40 | 111 | 107 | 23 | 27 |
| Binary | 1000001 | 1000101 | 101111 | 110 | 0 | 100000 | 1001001 | 1000111 | 10011 | 10111 |
Color Harmonies of #41452F
Complementary color
Monochromatic Colors of #41452F
Black with #41452F
Text Example
Text Example
White with #41452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41452F; }
p { color: rgb(65,69,47); }
H1.HeaderClassName
{
color: #41452F;
}
.AnyTagClassName
{
color: #41452F;
}
</style>
background-color css
<style>
a { background-color: #41452F; }
a { background-color: rgb(65,69,47); }
div.DivClassName
{
background-color: #41452F;
}
.BgClassName
{
background-color: #41452F;
}
</style>
border-color css
<style>
span { border-color: #41452F; }
span { border-color: rgb(65,69,47); }
td.TdClassName
{
border-color: #41452F;
}
.TagClassName
{
border-color: #41452F;
}
</style>