Shades of Dell #33600F
Tints of Dell #33600F
RGB
CMYK
RGB Variations
Color information
#33600F (or 0x33600F) is known color: Dell. HEX triplet: 33, 60 and 0F. RGB value is (51,96,15). Sum of RGB (Red+Green+Blue) = 51+96+15=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #33600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33600F is #CC9FF0. Grayscale: #494949. Windows color (decimal): -13410289 or 1007667. OLE color: 1007667.
HSL color Cylindrical-coordinate representation of color #33600F: hue angle of 93.33º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33600F is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 96 | 15 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.62 |
| HSL | 93.33º | 0.73% | 0.22% | - |
| HSV(B) | 93.33º | 0.84% | 0.38% | - |
| XYZ | 5.63 | 9.1 | 1.91 | - |
| YUV | 73.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 15 | 0.47 | 0 | 0.84 | 0.62 | 93.33 | 0.73 | 0.22 |
| Hex | 33 | 60 | F | 2F | 0 | 54 | 3E | 5D | 49 | 16 |
| Octal | 63 | 140 | 17 | 57 | 0 | 124 | 76 | 135 | 111 | 26 |
| Binary | 110011 | 1100000 | 1111 | 101111 | 0 | 1010100 | 111110 | 1011101 | 1001001 | 10110 |
Color Harmonies of #33600F
Complementary color
Monochromatic Colors of #33600F
Black with #33600F
Text Example
Text Example
White with #33600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33600F; }
p { color: rgb(51,96,15); }
H1.HeaderClassName
{
color: #33600F;
}
.AnyTagClassName
{
color: #33600F;
}
</style>
background-color css
<style>
a { background-color: #33600F; }
a { background-color: rgb(51,96,15); }
div.DivClassName
{
background-color: #33600F;
}
.BgClassName
{
background-color: #33600F;
}
</style>
border-color css
<style>
span { border-color: #33600F; }
span { border-color: rgb(51,96,15); }
td.TdClassName
{
border-color: #33600F;
}
.TagClassName
{
border-color: #33600F;
}
</style>