Shades of Dell #33630D
Tints of Dell #33630D
RGB
CMYK
RGB Variations
Color information
#33630D (or 0x33630D) is known color: Dell. HEX triplet: 33, 63 and 0D. RGB value is (51,99,13). Sum of RGB (Red+Green+Blue) = 51+99+13=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #33630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33630D is #CC9CF2. Grayscale: #4B4B4B. Windows color (decimal): -13409523 or 877363. OLE color: 877363.
HSL color Cylindrical-coordinate representation of color #33630D: hue angle of 93.49º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33630D is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 99 | 13 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.61 |
| HSL | 93.49º | 0.77% | 0.22% | - |
| HSV(B) | 93.49º | 0.87% | 0.39% | - |
| XYZ | 5.9 | 9.66 | 1.93 | - |
| YUV | 74.84 | 93.1 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 13 | 0.48 | 0 | 0.87 | 0.61 | 93.49 | 0.77 | 0.22 |
| Hex | 33 | 63 | D | 30 | 0 | 57 | 3D | 5D | 4D | 16 |
| Octal | 63 | 143 | 15 | 60 | 0 | 127 | 75 | 135 | 115 | 26 |
| Binary | 110011 | 1100011 | 1101 | 110000 | 0 | 1010111 | 111101 | 1011101 | 1001101 | 10110 |
Color Harmonies of #33630D
Complementary color
Monochromatic Colors of #33630D
Black with #33630D
Text Example
Text Example
White with #33630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33630D; }
p { color: rgb(51,99,13); }
H1.HeaderClassName
{
color: #33630D;
}
.AnyTagClassName
{
color: #33630D;
}
</style>
background-color css
<style>
a { background-color: #33630D; }
a { background-color: rgb(51,99,13); }
div.DivClassName
{
background-color: #33630D;
}
.BgClassName
{
background-color: #33630D;
}
</style>
border-color css
<style>
span { border-color: #33630D; }
span { border-color: rgb(51,99,13); }
td.TdClassName
{
border-color: #33630D;
}
.TagClassName
{
border-color: #33630D;
}
</style>