Shades of Dell #355F18
Tints of Dell #355F18
RGB
CMYK
RGB Variations
Color information
#355F18 (or 0x355F18) is known color: Dell. HEX triplet: 35, 5F and 18. RGB value is (53,95,24). Sum of RGB (Red+Green+Blue) = 53+95+24=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #355F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355F18 is #CAA0E7. Grayscale: #4A4A4A. Windows color (decimal): -13279464 or 1597237. OLE color: 1597237.
HSL color Cylindrical-coordinate representation of color #355F18: hue angle of 95.49º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355F18 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 95 | 24 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.63 |
| HSL | 95.49º | 0.6% | 0.23% | - |
| HSV(B) | 95.49º | 0.75% | 0.37% | - |
| XYZ | 5.73 | 9.01 | 2.3 | - |
| YUV | 74.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 24 | 0.44 | 0 | 0.75 | 0.63 | 95.49 | 0.6 | 0.23 |
| Hex | 35 | 5F | 18 | 2C | 0 | 4B | 3F | 5F | 3C | 17 |
| Octal | 65 | 137 | 30 | 54 | 0 | 113 | 77 | 137 | 74 | 27 |
| Binary | 110101 | 1011111 | 11000 | 101100 | 0 | 1001011 | 111111 | 1011111 | 111100 | 10111 |
Color Harmonies of #355F18
Complementary color
Monochromatic Colors of #355F18
Black with #355F18
Text Example
Text Example
White with #355F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F18; }
p { color: rgb(53,95,24); }
H1.HeaderClassName
{
color: #355F18;
}
.AnyTagClassName
{
color: #355F18;
}
</style>
background-color css
<style>
a { background-color: #355F18; }
a { background-color: rgb(53,95,24); }
div.DivClassName
{
background-color: #355F18;
}
.BgClassName
{
background-color: #355F18;
}
</style>
border-color css
<style>
span { border-color: #355F18; }
span { border-color: rgb(53,95,24); }
td.TdClassName
{
border-color: #355F18;
}
.TagClassName
{
border-color: #355F18;
}
</style>