Shades of Dell #355D18
Tints of Dell #355D18
RGB
CMYK
RGB Variations
Color information
#355D18 (or 0x355D18) is known color: Dell. HEX triplet: 35, 5D and 18. RGB value is (53,93,24). Sum of RGB (Red+Green+Blue) = 53+93+24=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #355D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355D18 is #CAA2E7. Grayscale: #494949. Windows color (decimal): -13279976 or 1596725. OLE color: 1596725.
HSL color Cylindrical-coordinate representation of color #355D18: hue angle of 94.78º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355D18 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 93 | 24 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.64 |
| HSL | 94.78º | 0.59% | 0.23% | - |
| HSV(B) | 94.78º | 0.74% | 0.36% | - |
| XYZ | 5.55 | 8.65 | 2.24 | - |
| YUV | 73.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 24 | 0.43 | 0 | 0.74 | 0.64 | 94.78 | 0.59 | 0.23 |
| Hex | 35 | 5D | 18 | 2B | 0 | 4A | 40 | 5F | 3B | 17 |
| Octal | 65 | 135 | 30 | 53 | 0 | 112 | 100 | 137 | 73 | 27 |
| Binary | 110101 | 1011101 | 11000 | 101011 | 0 | 1001010 | 1000000 | 1011111 | 111011 | 10111 |
Color Harmonies of #355D18
Complementary color
Monochromatic Colors of #355D18
Black with #355D18
Text Example
Text Example
White with #355D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D18; }
p { color: rgb(53,93,24); }
H1.HeaderClassName
{
color: #355D18;
}
.AnyTagClassName
{
color: #355D18;
}
</style>
background-color css
<style>
a { background-color: #355D18; }
a { background-color: rgb(53,93,24); }
div.DivClassName
{
background-color: #355D18;
}
.BgClassName
{
background-color: #355D18;
}
</style>
border-color css
<style>
span { border-color: #355D18; }
span { border-color: rgb(53,93,24); }
td.TdClassName
{
border-color: #355D18;
}
.TagClassName
{
border-color: #355D18;
}
</style>