Shades of Scrub #41432A
Tints of Scrub #41432A
RGB
CMYK
RGB Variations
Color information
#41432A (or 0x41432A) is known color: Scrub. HEX triplet: 41, 43 and 2A. RGB value is (65,67,42). Sum of RGB (Red+Green+Blue) = 65+67+42=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #41432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41432A is #BEBCD5. Grayscale: #3F3F3F. Windows color (decimal): -12500182 or 2769729. OLE color: 2769729.
HSL color Cylindrical-coordinate representation of color #41432A: hue angle of 64.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41432A is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 42 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.74 |
| HSL | 64.8º | 0.23% | 0.21% | - |
| HSV(B) | 64.8º | 0.37% | 0.26% | - |
| XYZ | 4.61 | 5.31 | 2.97 | - |
| YUV | 63.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 42 | 0.03 | 0 | 0.37 | 0.74 | 64.8 | 0.23 | 0.21 |
| Hex | 41 | 43 | 2A | 3 | 0 | 25 | 4A | 41 | 17 | 15 |
| Octal | 101 | 103 | 52 | 3 | 0 | 45 | 112 | 101 | 27 | 25 |
| Binary | 1000001 | 1000011 | 101010 | 11 | 0 | 100101 | 1001010 | 1000001 | 10111 | 10101 |
Color Harmonies of #41432A
Complementary color
Monochromatic Colors of #41432A
Black with #41432A
Text Example
Text Example
White with #41432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41432A; }
p { color: rgb(65,67,42); }
H1.HeaderClassName
{
color: #41432A;
}
.AnyTagClassName
{
color: #41432A;
}
</style>
background-color css
<style>
a { background-color: #41432A; }
a { background-color: rgb(65,67,42); }
div.DivClassName
{
background-color: #41432A;
}
.BgClassName
{
background-color: #41432A;
}
</style>
border-color css
<style>
span { border-color: #41432A; }
span { border-color: rgb(65,67,42); }
td.TdClassName
{
border-color: #41432A;
}
.TagClassName
{
border-color: #41432A;
}
</style>