Shades of Scrub #41432D
Tints of Scrub #41432D
RGB
CMYK
RGB Variations
Color information
#41432D (or 0x41432D) is known color: Scrub. HEX triplet: 41, 43 and 2D. RGB value is (65,67,45). Sum of RGB (Red+Green+Blue) = 65+67+45=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 67 - color contains mainly: green. Hex color #41432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41432D is #BEBCD2. Grayscale: #3F3F3F. Windows color (decimal): -12500179 or 2966337. OLE color: 2966337.
HSL color Cylindrical-coordinate representation of color #41432D: hue angle of 65.45º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #41432D is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 45 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.74 |
| HSL | 65.45º | 0.2% | 0.22% | - |
| HSV(B) | 65.45º | 0.33% | 0.26% | - |
| XYZ | 4.66 | 5.33 | 3.27 | - |
| YUV | 63.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 45 | 0.03 | 0 | 0.33 | 0.74 | 65.45 | 0.2 | 0.22 |
| Hex | 41 | 43 | 2D | 3 | 0 | 21 | 4A | 41 | 14 | 16 |
| Octal | 101 | 103 | 55 | 3 | 0 | 41 | 112 | 101 | 24 | 26 |
| Binary | 1000001 | 1000011 | 101101 | 11 | 0 | 100001 | 1001010 | 1000001 | 10100 | 10110 |
Color Harmonies of #41432D
Complementary color
Monochromatic Colors of #41432D
Black with #41432D
Text Example
Text Example
White with #41432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41432D; }
p { color: rgb(65,67,45); }
H1.HeaderClassName
{
color: #41432D;
}
.AnyTagClassName
{
color: #41432D;
}
</style>
background-color css
<style>
a { background-color: #41432D; }
a { background-color: rgb(65,67,45); }
div.DivClassName
{
background-color: #41432D;
}
.BgClassName
{
background-color: #41432D;
}
</style>
border-color css
<style>
span { border-color: #41432D; }
span { border-color: rgb(65,67,45); }
td.TdClassName
{
border-color: #41432D;
}
.TagClassName
{
border-color: #41432D;
}
</style>