Shades of Scrub #3E432E
Tints of Scrub #3E432E
RGB
CMYK
RGB Variations
Color information
#3E432E (or 0x3E432E) is known color: Scrub. HEX triplet: 3E, 43 and 2E. RGB value is (62,67,46). Sum of RGB (Red+Green+Blue) = 62+67+46=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #3E432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E432E is #C1BCD1. Grayscale: #3F3F3F. Windows color (decimal): -12696786 or 3031870. OLE color: 3031870.
HSL color Cylindrical-coordinate representation of color #3E432E: hue angle of 74.29º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E432E is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 67 | 46 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.74 |
| HSL | 74.29º | 0.19% | 0.22% | - |
| HSV(B) | 74.29º | 0.31% | 0.26% | - |
| XYZ | 4.49 | 5.24 | 3.36 | - |
| YUV | 63.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 46 | 0.07 | 0 | 0.31 | 0.74 | 74.29 | 0.19 | 0.22 |
| Hex | 3E | 43 | 2E | 7 | 0 | 1F | 4A | 4A | 13 | 16 |
| Octal | 76 | 103 | 56 | 7 | 0 | 37 | 112 | 112 | 23 | 26 |
| Binary | 111110 | 1000011 | 101110 | 111 | 0 | 11111 | 1001010 | 1001010 | 10011 | 10110 |
Color Harmonies of #3E432E
Complementary color
Monochromatic Colors of #3E432E
Black with #3E432E
Text Example
Text Example
White with #3E432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E432E; }
p { color: rgb(62,67,46); }
H1.HeaderClassName
{
color: #3E432E;
}
.AnyTagClassName
{
color: #3E432E;
}
</style>
background-color css
<style>
a { background-color: #3E432E; }
a { background-color: rgb(62,67,46); }
div.DivClassName
{
background-color: #3E432E;
}
.BgClassName
{
background-color: #3E432E;
}
</style>
border-color css
<style>
span { border-color: #3E432E; }
span { border-color: rgb(62,67,46); }
td.TdClassName
{
border-color: #3E432E;
}
.TagClassName
{
border-color: #3E432E;
}
</style>