Shades of Dell #345D14
Tints of Dell #345D14
RGB
CMYK
RGB Variations
Color information
#345D14 (or 0x345D14) is known color: Dell. HEX triplet: 34, 5D and 14. RGB value is (52,93,20). Sum of RGB (Red+Green+Blue) = 52+93+20=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #345D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345D14 is #CBA2EB. Grayscale: #484848. Windows color (decimal): -13345516 or 1334580. OLE color: 1334580.
HSL color Cylindrical-coordinate representation of color #345D14: hue angle of 93.7º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345D14 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 20 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.64 |
| HSL | 93.7º | 0.65% | 0.22% | - |
| HSV(B) | 93.7º | 0.78% | 0.36% | - |
| XYZ | 5.46 | 8.61 | 2.04 | - |
| YUV | 72.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 20 | 0.44 | 0 | 0.78 | 0.64 | 93.7 | 0.65 | 0.22 |
| Hex | 34 | 5D | 14 | 2C | 0 | 4E | 40 | 5E | 41 | 16 |
| Octal | 64 | 135 | 24 | 54 | 0 | 116 | 100 | 136 | 101 | 26 |
| Binary | 110100 | 1011101 | 10100 | 101100 | 0 | 1001110 | 1000000 | 1011110 | 1000001 | 10110 |
Color Harmonies of #345D14
Complementary color
Monochromatic Colors of #345D14
Black with #345D14
Text Example
Text Example
White with #345D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D14; }
p { color: rgb(52,93,20); }
H1.HeaderClassName
{
color: #345D14;
}
.AnyTagClassName
{
color: #345D14;
}
</style>
background-color css
<style>
a { background-color: #345D14; }
a { background-color: rgb(52,93,20); }
div.DivClassName
{
background-color: #345D14;
}
.BgClassName
{
background-color: #345D14;
}
</style>
border-color css
<style>
span { border-color: #345D14; }
span { border-color: rgb(52,93,20); }
td.TdClassName
{
border-color: #345D14;
}
.TagClassName
{
border-color: #345D14;
}
</style>