Shades of Dell #3F602D
Tints of Dell #3F602D
RGB
CMYK
RGB Variations
Color information
#3F602D (or 0x3F602D) is known color: Dell. HEX triplet: 3F, 60 and 2D. RGB value is (63,96,45). Sum of RGB (Red+Green+Blue) = 63+96+45=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #3F602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F602D is #C09FD2. Grayscale: #505050. Windows color (decimal): -12623827 or 2973759. OLE color: 2973759.
HSL color Cylindrical-coordinate representation of color #3F602D: hue angle of 98.82º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F602D is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 45 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.62 |
| HSL | 98.82º | 0.36% | 0.28% | - |
| HSV(B) | 98.82º | 0.53% | 0.38% | - |
| XYZ | 6.71 | 9.61 | 3.98 | - |
| YUV | 80.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 45 | 0.34 | 0 | 0.53 | 0.62 | 98.82 | 0.36 | 0.28 |
| Hex | 3F | 60 | 2D | 22 | 0 | 35 | 3E | 63 | 24 | 1C |
| Octal | 77 | 140 | 55 | 42 | 0 | 65 | 76 | 143 | 44 | 34 |
| Binary | 111111 | 1100000 | 101101 | 100010 | 0 | 110101 | 111110 | 1100011 | 100100 | 11100 |
Color Harmonies of #3F602D
Complementary color
Monochromatic Colors of #3F602D
Black with #3F602D
Text Example
Text Example
White with #3F602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F602D; }
p { color: rgb(63,96,45); }
H1.HeaderClassName
{
color: #3F602D;
}
.AnyTagClassName
{
color: #3F602D;
}
</style>
background-color css
<style>
a { background-color: #3F602D; }
a { background-color: rgb(63,96,45); }
div.DivClassName
{
background-color: #3F602D;
}
.BgClassName
{
background-color: #3F602D;
}
</style>
border-color css
<style>
span { border-color: #3F602D; }
span { border-color: rgb(63,96,45); }
td.TdClassName
{
border-color: #3F602D;
}
.TagClassName
{
border-color: #3F602D;
}
</style>