Shades of Scrub #41432B
Tints of Scrub #41432B
RGB
CMYK
RGB Variations
Color information
#41432B (or 0x41432B) is known color: Scrub. HEX triplet: 41, 43 and 2B. RGB value is (65,67,43). Sum of RGB (Red+Green+Blue) = 65+67+43=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #41432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41432B is #BEBCD4. Grayscale: #3F3F3F. Windows color (decimal): -12500181 or 2835265. OLE color: 2835265.
HSL color Cylindrical-coordinate representation of color #41432B: hue angle of 65º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41432B is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 43 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.74 |
| HSL | 65º | 0.22% | 0.22% | - |
| HSV(B) | 65º | 0.36% | 0.26% | - |
| XYZ | 4.62 | 5.31 | 3.07 | - |
| YUV | 63.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 43 | 0.03 | 0 | 0.36 | 0.74 | 65 | 0.22 | 0.22 |
| Hex | 41 | 43 | 2B | 3 | 0 | 24 | 4A | 41 | 16 | 16 |
| Octal | 101 | 103 | 53 | 3 | 0 | 44 | 112 | 101 | 26 | 26 |
| Binary | 1000001 | 1000011 | 101011 | 11 | 0 | 100100 | 1001010 | 1000001 | 10110 | 10110 |
Color Harmonies of #41432B
Complementary color
Monochromatic Colors of #41432B
Black with #41432B
Text Example
Text Example
White with #41432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41432B; }
p { color: rgb(65,67,43); }
H1.HeaderClassName
{
color: #41432B;
}
.AnyTagClassName
{
color: #41432B;
}
</style>
background-color css
<style>
a { background-color: #41432B; }
a { background-color: rgb(65,67,43); }
div.DivClassName
{
background-color: #41432B;
}
.BgClassName
{
background-color: #41432B;
}
</style>
border-color css
<style>
span { border-color: #41432B; }
span { border-color: rgb(65,67,43); }
td.TdClassName
{
border-color: #41432B;
}
.TagClassName
{
border-color: #41432B;
}
</style>