Shades of Dell #345F15
Tints of Dell #345F15
RGB
CMYK
RGB Variations
Color information
#345F15 (or 0x345F15) is known color: Dell. HEX triplet: 34, 5F and 15. RGB value is (52,95,21). Sum of RGB (Red+Green+Blue) = 52+95+21=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 95 (37.5% from 255 or 56.55% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 95 - color contains mainly: green. Hex color #345F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345F15 is #CBA0EA. Grayscale: #494949. Windows color (decimal): -13345003 or 1400628. OLE color: 1400628.
HSL color Cylindrical-coordinate representation of color #345F15: hue angle of 94.86º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345F15 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 21 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.63 |
| HSL | 94.86º | 0.64% | 0.23% | - |
| HSV(B) | 94.86º | 0.78% | 0.37% | - |
| XYZ | 5.64 | 8.97 | 2.14 | - |
| YUV | 73.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 21 | 0.45 | 0 | 0.78 | 0.63 | 94.86 | 0.64 | 0.23 |
| Hex | 34 | 5F | 15 | 2D | 0 | 4E | 3F | 5F | 40 | 17 |
| Octal | 64 | 137 | 25 | 55 | 0 | 116 | 77 | 137 | 100 | 27 |
| Binary | 110100 | 1011111 | 10101 | 101101 | 0 | 1001110 | 111111 | 1011111 | 1000000 | 10111 |
Color Harmonies of #345F15
Complementary color
Monochromatic Colors of #345F15
Black with #345F15
Text Example
Text Example
White with #345F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F15; }
p { color: rgb(52,95,21); }
H1.HeaderClassName
{
color: #345F15;
}
.AnyTagClassName
{
color: #345F15;
}
</style>
background-color css
<style>
a { background-color: #345F15; }
a { background-color: rgb(52,95,21); }
div.DivClassName
{
background-color: #345F15;
}
.BgClassName
{
background-color: #345F15;
}
</style>
border-color css
<style>
span { border-color: #345F15; }
span { border-color: rgb(52,95,21); }
td.TdClassName
{
border-color: #345F15;
}
.TagClassName
{
border-color: #345F15;
}
</style>