Shades of Dell #3F6627
Tints of Dell #3F6627
RGB
CMYK
RGB Variations
Color information
#3F6627 (or 0x3F6627) is known color: Dell. HEX triplet: 3F, 66 and 27. RGB value is (63,102,39). Sum of RGB (Red+Green+Blue) = 63+102+39=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6627 is #C099D8. Grayscale: #535353. Windows color (decimal): -12622297 or 2582079. OLE color: 2582079.
HSL color Cylindrical-coordinate representation of color #3F6627: hue angle of 97.14º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F6627 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 39 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.6 |
| HSL | 97.14º | 0.45% | 0.28% | - |
| HSV(B) | 97.14º | 0.62% | 0.4% | - |
| XYZ | 7.17 | 10.71 | 3.61 | - |
| YUV | 83.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 39 | 0.38 | 0 | 0.62 | 0.6 | 97.14 | 0.45 | 0.28 |
| Hex | 3F | 66 | 27 | 26 | 0 | 3E | 3C | 61 | 2D | 1C |
| Octal | 77 | 146 | 47 | 46 | 0 | 76 | 74 | 141 | 55 | 34 |
| Binary | 111111 | 1100110 | 100111 | 100110 | 0 | 111110 | 111100 | 1100001 | 101101 | 11100 |
Color Harmonies of #3F6627
Complementary color
Monochromatic Colors of #3F6627
Black with #3F6627
Text Example
Text Example
White with #3F6627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6627; }
p { color: rgb(63,102,39); }
H1.HeaderClassName
{
color: #3F6627;
}
.AnyTagClassName
{
color: #3F6627;
}
</style>
background-color css
<style>
a { background-color: #3F6627; }
a { background-color: rgb(63,102,39); }
div.DivClassName
{
background-color: #3F6627;
}
.BgClassName
{
background-color: #3F6627;
}
</style>
border-color css
<style>
span { border-color: #3F6627; }
span { border-color: rgb(63,102,39); }
td.TdClassName
{
border-color: #3F6627;
}
.TagClassName
{
border-color: #3F6627;
}
</style>