Shades of Dell #335F12
Tints of Dell #335F12
RGB
CMYK
RGB Variations
Color information
#335F12 (or 0x335F12) is known color: Dell. HEX triplet: 33, 5F and 12. RGB value is (51,95,18). Sum of RGB (Red+Green+Blue) = 51+95+18=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 95 (37.5% from 255 or 57.93% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 95 - color contains mainly: green. Hex color #335F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335F12 is #CCA0ED. Grayscale: #494949. Windows color (decimal): -13410542 or 1204019. OLE color: 1204019.
HSL color Cylindrical-coordinate representation of color #335F12: hue angle of 94.29º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #335F12 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 95 | 18 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.63 |
| HSL | 94.29º | 0.68% | 0.22% | - |
| HSV(B) | 94.29º | 0.81% | 0.37% | - |
| XYZ | 5.57 | 8.93 | 2 | - |
| YUV | 73.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 18 | 0.46 | 0 | 0.81 | 0.63 | 94.29 | 0.68 | 0.22 |
| Hex | 33 | 5F | 12 | 2E | 0 | 51 | 3F | 5E | 44 | 16 |
| Octal | 63 | 137 | 22 | 56 | 0 | 121 | 77 | 136 | 104 | 26 |
| Binary | 110011 | 1011111 | 10010 | 101110 | 0 | 1010001 | 111111 | 1011110 | 1000100 | 10110 |
Color Harmonies of #335F12
Complementary color
Monochromatic Colors of #335F12
Black with #335F12
Text Example
Text Example
White with #335F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335F12; }
p { color: rgb(51,95,18); }
H1.HeaderClassName
{
color: #335F12;
}
.AnyTagClassName
{
color: #335F12;
}
</style>
background-color css
<style>
a { background-color: #335F12; }
a { background-color: rgb(51,95,18); }
div.DivClassName
{
background-color: #335F12;
}
.BgClassName
{
background-color: #335F12;
}
</style>
border-color css
<style>
span { border-color: #335F12; }
span { border-color: rgb(51,95,18); }
td.TdClassName
{
border-color: #335F12;
}
.TagClassName
{
border-color: #335F12;
}
</style>