Shades of Dell #3F6027
Tints of Dell #3F6027
RGB
CMYK
RGB Variations
Color information
#3F6027 (or 0x3F6027) is known color: Dell. HEX triplet: 3F, 60 and 27. RGB value is (63,96,39). Sum of RGB (Red+Green+Blue) = 63+96+39=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6027 is #C09FD8. Grayscale: #4F4F4F. Windows color (decimal): -12623833 or 2580543. OLE color: 2580543.
HSL color Cylindrical-coordinate representation of color #3F6027: hue angle of 94.74º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F6027 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 39 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.62 |
| HSL | 94.74º | 0.42% | 0.26% | - |
| HSV(B) | 94.74º | 0.59% | 0.38% | - |
| XYZ | 6.6 | 9.57 | 3.42 | - |
| YUV | 79.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 39 | 0.34 | 0 | 0.59 | 0.62 | 94.74 | 0.42 | 0.26 |
| Hex | 3F | 60 | 27 | 22 | 0 | 3B | 3E | 5F | 2A | 1A |
| Octal | 77 | 140 | 47 | 42 | 0 | 73 | 76 | 137 | 52 | 32 |
| Binary | 111111 | 1100000 | 100111 | 100010 | 0 | 111011 | 111110 | 1011111 | 101010 | 11010 |
Color Harmonies of #3F6027
Complementary color
Monochromatic Colors of #3F6027
Black with #3F6027
Text Example
Text Example
White with #3F6027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6027; }
p { color: rgb(63,96,39); }
H1.HeaderClassName
{
color: #3F6027;
}
.AnyTagClassName
{
color: #3F6027;
}
</style>
background-color css
<style>
a { background-color: #3F6027; }
a { background-color: rgb(63,96,39); }
div.DivClassName
{
background-color: #3F6027;
}
.BgClassName
{
background-color: #3F6027;
}
</style>
border-color css
<style>
span { border-color: #3F6027; }
span { border-color: rgb(63,96,39); }
td.TdClassName
{
border-color: #3F6027;
}
.TagClassName
{
border-color: #3F6027;
}
</style>