Shades of Dell #445C34
Tints of Dell #445C34
RGB
CMYK
RGB Variations
Color information
#445C34 (or 0x445C34) is known color: Dell. HEX triplet: 44, 5C and 34. RGB value is (68,92,52). Sum of RGB (Red+Green+Blue) = 68+92+52=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #445C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C34 is #BBA3CB. Grayscale: #505050. Windows color (decimal): -12297164 or 3431492. OLE color: 3431492.
HSL color Cylindrical-coordinate representation of color #445C34: hue angle of 96º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445C34 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 92 | 52 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.64 |
| HSL | 96º | 0.28% | 0.28% | - |
| HSV(B) | 96º | 0.43% | 0.36% | - |
| XYZ | 6.83 | 9.13 | 4.65 | - |
| YUV | 80.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 52 | 0.26 | 0 | 0.43 | 0.64 | 96 | 0.28 | 0.28 |
| Hex | 44 | 5C | 34 | 1A | 0 | 2B | 40 | 60 | 1C | 1C |
| Octal | 104 | 134 | 64 | 32 | 0 | 53 | 100 | 140 | 34 | 34 |
| Binary | 1000100 | 1011100 | 110100 | 11010 | 0 | 101011 | 1000000 | 1100000 | 11100 | 11100 |
Color Harmonies of #445C34
Complementary color
Monochromatic Colors of #445C34
Black with #445C34
Text Example
Text Example
White with #445C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C34; }
p { color: rgb(68,92,52); }
H1.HeaderClassName
{
color: #445C34;
}
.AnyTagClassName
{
color: #445C34;
}
</style>
background-color css
<style>
a { background-color: #445C34; }
a { background-color: rgb(68,92,52); }
div.DivClassName
{
background-color: #445C34;
}
.BgClassName
{
background-color: #445C34;
}
</style>
border-color css
<style>
span { border-color: #445C34; }
span { border-color: rgb(68,92,52); }
td.TdClassName
{
border-color: #445C34;
}
.TagClassName
{
border-color: #445C34;
}
</style>