Shades of Scrub #3F4530
Tints of Scrub #3F4530
RGB
CMYK
RGB Variations
Color information
#3F4530 (or 0x3F4530) is known color: Scrub. HEX triplet: 3F, 45 and 30. RGB value is (63,69,48). Sum of RGB (Red+Green+Blue) = 63+69+48=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4530 is #C0BACF. Grayscale: #404040. Windows color (decimal): -12630736 or 3163455. OLE color: 3163455.
HSL color Cylindrical-coordinate representation of color #3F4530: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F4530 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 69 | 48 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.73 |
| HSL | 77.14º | 0.18% | 0.23% | - |
| HSV(B) | 77.14º | 0.3% | 0.27% | - |
| XYZ | 4.71 | 5.53 | 3.61 | - |
| YUV | 64.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 48 | 0.09 | 0 | 0.30 | 0.73 | 77.14 | 0.18 | 0.23 |
| Hex | 3F | 45 | 30 | 9 | 0 | 1E | 49 | 4D | 12 | 17 |
| Octal | 77 | 105 | 60 | 11 | 0 | 36 | 111 | 115 | 22 | 27 |
| Binary | 111111 | 1000101 | 110000 | 1001 | 0 | 11110 | 1001001 | 1001101 | 10010 | 10111 |
Color Harmonies of #3F4530
Complementary color
Monochromatic Colors of #3F4530
Black with #3F4530
Text Example
Text Example
White with #3F4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4530; }
p { color: rgb(63,69,48); }
H1.HeaderClassName
{
color: #3F4530;
}
.AnyTagClassName
{
color: #3F4530;
}
</style>
background-color css
<style>
a { background-color: #3F4530; }
a { background-color: rgb(63,69,48); }
div.DivClassName
{
background-color: #3F4530;
}
.BgClassName
{
background-color: #3F4530;
}
</style>
border-color css
<style>
span { border-color: #3F4530; }
span { border-color: rgb(63,69,48); }
td.TdClassName
{
border-color: #3F4530;
}
.TagClassName
{
border-color: #3F4530;
}
</style>