Shades of Dell #345F19
Tints of Dell #345F19
RGB
CMYK
RGB Variations
Color information
#345F19 (or 0x345F19) is known color: Dell. HEX triplet: 34, 5F and 19. RGB value is (52,95,25). Sum of RGB (Red+Green+Blue) = 52+95+25=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #345F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345F19 is #CBA0E6. Grayscale: #4A4A4A. Windows color (decimal): -13344999 or 1662772. OLE color: 1662772.
HSL color Cylindrical-coordinate representation of color #345F19: hue angle of 96.86º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345F19 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 25 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.63 |
| HSL | 96.86º | 0.58% | 0.24% | - |
| HSV(B) | 96.86º | 0.74% | 0.37% | - |
| XYZ | 5.68 | 8.98 | 2.35 | - |
| YUV | 74.16 | 100.25 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 25 | 0.45 | 0 | 0.74 | 0.63 | 96.86 | 0.58 | 0.24 |
| Hex | 34 | 5F | 19 | 2D | 0 | 4A | 3F | 61 | 3A | 18 |
| Octal | 64 | 137 | 31 | 55 | 0 | 112 | 77 | 141 | 72 | 30 |
| Binary | 110100 | 1011111 | 11001 | 101101 | 0 | 1001010 | 111111 | 1100001 | 111010 | 11000 |
Color Harmonies of #345F19
Complementary color
Monochromatic Colors of #345F19
Black with #345F19
Text Example
Text Example
White with #345F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F19; }
p { color: rgb(52,95,25); }
H1.HeaderClassName
{
color: #345F19;
}
.AnyTagClassName
{
color: #345F19;
}
</style>
background-color css
<style>
a { background-color: #345F19; }
a { background-color: rgb(52,95,25); }
div.DivClassName
{
background-color: #345F19;
}
.BgClassName
{
background-color: #345F19;
}
</style>
border-color css
<style>
span { border-color: #345F19; }
span { border-color: rgb(52,95,25); }
td.TdClassName
{
border-color: #345F19;
}
.TagClassName
{
border-color: #345F19;
}
</style>