Shades of Dell #345E17
Tints of Dell #345E17
RGB
CMYK
RGB Variations
Color information
#345E17 (or 0x345E17) is known color: Dell. HEX triplet: 34, 5E and 17. RGB value is (52,94,23). Sum of RGB (Red+Green+Blue) = 52+94+23=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #345E17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345E17 is #CBA1E8. Grayscale: #494949. Windows color (decimal): -13345257 or 1531444. OLE color: 1531444.
HSL color Cylindrical-coordinate representation of color #345E17: hue angle of 95.49º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345E17 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 94 | 23 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.63 |
| HSL | 95.49º | 0.61% | 0.23% | - |
| HSV(B) | 95.49º | 0.76% | 0.37% | - |
| XYZ | 5.57 | 8.8 | 2.21 | - |
| YUV | 73.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 23 | 0.45 | 0 | 0.76 | 0.63 | 95.49 | 0.61 | 0.23 |
| Hex | 34 | 5E | 17 | 2D | 0 | 4C | 3F | 5F | 3D | 17 |
| Octal | 64 | 136 | 27 | 55 | 0 | 114 | 77 | 137 | 75 | 27 |
| Binary | 110100 | 1011110 | 10111 | 101101 | 0 | 1001100 | 111111 | 1011111 | 111101 | 10111 |
Color Harmonies of #345E17
Complementary color
Monochromatic Colors of #345E17
Black with #345E17
Text Example
Text Example
White with #345E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E17; }
p { color: rgb(52,94,23); }
H1.HeaderClassName
{
color: #345E17;
}
.AnyTagClassName
{
color: #345E17;
}
</style>
background-color css
<style>
a { background-color: #345E17; }
a { background-color: rgb(52,94,23); }
div.DivClassName
{
background-color: #345E17;
}
.BgClassName
{
background-color: #345E17;
}
</style>
border-color css
<style>
span { border-color: #345E17; }
span { border-color: rgb(52,94,23); }
td.TdClassName
{
border-color: #345E17;
}
.TagClassName
{
border-color: #345E17;
}
</style>