Shades of Scrub #3F452D
Tints of Scrub #3F452D
RGB
CMYK
RGB Variations
Color information
#3F452D (or 0x3F452D) is known color: Scrub. HEX triplet: 3F, 45 and 2D. RGB value is (63,69,45). Sum of RGB (Red+Green+Blue) = 63+69+45=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #3F452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F452D is #C0BAD2. Grayscale: #404040. Windows color (decimal): -12630739 or 2966847. OLE color: 2966847.
HSL color Cylindrical-coordinate representation of color #3F452D: hue angle of 75º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F452D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
RGB | 63 | 69 | 45 | - |
CMYK | 0.09 | 0 | 0.35 | 0.73 |
HSL | 75º | 0.21% | 0.22% | - |
HSV(B) | 75º | 0.35% | 0.27% | - |
XYZ | 4.65 | 5.5 | 3.3 | - |
YUV | 64.47 | 117.01 | 126.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 69 | 45 | 0.09 | 0 | 0.35 | 0.73 | 75 | 0.21 | 0.22 |
Hex | 3F | 45 | 2D | 9 | 0 | 23 | 49 | 4B | 15 | 16 |
Octal | 77 | 105 | 55 | 11 | 0 | 43 | 111 | 113 | 25 | 26 |
Binary | 111111 | 1000101 | 101101 | 1001 | 0 | 100011 | 1001001 | 1001011 | 10101 | 10110 |
Color Harmonies of #3F452D
Complementary color
Monochromatic Colors of #3F452D
Black with #3F452D
Text Example
Text Example
White with #3F452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F452D; }
p { color: rgb(63,69,45); }
H1.HeaderClassName
{
color: #3F452D;
}
.AnyTagClassName
{
color: #3F452D;
}
</style>
background-color css
<style>
a { background-color: #3F452D; }
a { background-color: rgb(63,69,45); }
div.DivClassName
{
background-color: #3F452D;
}
.BgClassName
{
background-color: #3F452D;
}
</style>
border-color css
<style>
span { border-color: #3F452D; }
span { border-color: rgb(63,69,45); }
td.TdClassName
{
border-color: #3F452D;
}
.TagClassName
{
border-color: #3F452D;
}
</style>