Shades of Dell #35611A
Tints of Dell #35611A
RGB
CMYK
RGB Variations
Color information
#35611A (or 0x35611A) is known color: Dell. HEX triplet: 35, 61 and 1A. RGB value is (53,97,26). Sum of RGB (Red+Green+Blue) = 53+97+26=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #35611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35611A is #CA9EE5. Grayscale: #4B4B4B. Windows color (decimal): -13278950 or 1728821. OLE color: 1728821.
HSL color Cylindrical-coordinate representation of color #35611A: hue angle of 97.18º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35611A is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 97 | 26 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.62 |
| HSL | 97.18º | 0.58% | 0.24% | - |
| HSV(B) | 97.18º | 0.73% | 0.38% | - |
| XYZ | 5.93 | 9.38 | 2.48 | - |
| YUV | 75.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 26 | 0.45 | 0 | 0.73 | 0.62 | 97.18 | 0.58 | 0.24 |
| Hex | 35 | 61 | 1A | 2D | 0 | 49 | 3E | 61 | 3A | 18 |
| Octal | 65 | 141 | 32 | 55 | 0 | 111 | 76 | 141 | 72 | 30 |
| Binary | 110101 | 1100001 | 11010 | 101101 | 0 | 1001001 | 111110 | 1100001 | 111010 | 11000 |
Color Harmonies of #35611A
Complementary color
Monochromatic Colors of #35611A
Black with #35611A
Text Example
Text Example
White with #35611A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35611A; }
p { color: rgb(53,97,26); }
H1.HeaderClassName
{
color: #35611A;
}
.AnyTagClassName
{
color: #35611A;
}
</style>
background-color css
<style>
a { background-color: #35611A; }
a { background-color: rgb(53,97,26); }
div.DivClassName
{
background-color: #35611A;
}
.BgClassName
{
background-color: #35611A;
}
</style>
border-color css
<style>
span { border-color: #35611A; }
span { border-color: rgb(53,97,26); }
td.TdClassName
{
border-color: #35611A;
}
.TagClassName
{
border-color: #35611A;
}
</style>