Shades of Dell #33650F
Tints of Dell #33650F
RGB
CMYK
RGB Variations
Color information
#33650F (or 0x33650F) is known color: Dell. HEX triplet: 33, 65 and 0F. RGB value is (51,101,15). Sum of RGB (Red+Green+Blue) = 51+101+15=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #33650F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33650F is #CC9AF0. Grayscale: #4C4C4C. Windows color (decimal): -13409009 or 1008947. OLE color: 1008947.
HSL color Cylindrical-coordinate representation of color #33650F: hue angle of 94.88º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33650F is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 15 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.60 |
| HSL | 94.88º | 0.74% | 0.23% | - |
| HSV(B) | 94.88º | 0.85% | 0.4% | - |
| XYZ | 6.11 | 10.05 | 2.07 | - |
| YUV | 76.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 15 | 0.50 | 0 | 0.85 | 0.60 | 94.88 | 0.74 | 0.23 |
| Hex | 33 | 65 | F | 32 | 0 | 55 | 3C | 5F | 4A | 17 |
| Octal | 63 | 145 | 17 | 62 | 0 | 125 | 74 | 137 | 112 | 27 |
| Binary | 110011 | 1100101 | 1111 | 110010 | 0 | 1010101 | 111100 | 1011111 | 1001010 | 10111 |
Color Harmonies of #33650F
Complementary color
Monochromatic Colors of #33650F
Black with #33650F
Text Example
Text Example
White with #33650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33650F; }
p { color: rgb(51,101,15); }
H1.HeaderClassName
{
color: #33650F;
}
.AnyTagClassName
{
color: #33650F;
}
</style>
background-color css
<style>
a { background-color: #33650F; }
a { background-color: rgb(51,101,15); }
div.DivClassName
{
background-color: #33650F;
}
.BgClassName
{
background-color: #33650F;
}
</style>
border-color css
<style>
span { border-color: #33650F; }
span { border-color: rgb(51,101,15); }
td.TdClassName
{
border-color: #33650F;
}
.TagClassName
{
border-color: #33650F;
}
</style>