Shades of Dell #425A2D
Tints of Dell #425A2D
RGB
CMYK
RGB Variations
Color information
#425A2D (or 0x425A2D) is known color: Dell. HEX triplet: 42, 5A and 2D. RGB value is (66,90,45). Sum of RGB (Red+Green+Blue) = 66+90+45=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #425A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A2D is #BDA5D2. Grayscale: #4D4D4D. Windows color (decimal): -12428755 or 2972226. OLE color: 2972226.
HSL color Cylindrical-coordinate representation of color #425A2D: hue angle of 92º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425A2D is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 45 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.65 |
| HSL | 92º | 0.33% | 0.26% | - |
| HSV(B) | 92º | 0.5% | 0.35% | - |
| XYZ | 6.38 | 8.66 | 3.82 | - |
| YUV | 77.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 45 | 0.27 | 0 | 0.50 | 0.65 | 92 | 0.33 | 0.26 |
| Hex | 42 | 5A | 2D | 1B | 0 | 32 | 41 | 5C | 21 | 1A |
| Octal | 102 | 132 | 55 | 33 | 0 | 62 | 101 | 134 | 41 | 32 |
| Binary | 1000010 | 1011010 | 101101 | 11011 | 0 | 110010 | 1000001 | 1011100 | 100001 | 11010 |
Color Harmonies of #425A2D
Complementary color
Monochromatic Colors of #425A2D
Black with #425A2D
Text Example
Text Example
White with #425A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A2D; }
p { color: rgb(66,90,45); }
H1.HeaderClassName
{
color: #425A2D;
}
.AnyTagClassName
{
color: #425A2D;
}
</style>
background-color css
<style>
a { background-color: #425A2D; }
a { background-color: rgb(66,90,45); }
div.DivClassName
{
background-color: #425A2D;
}
.BgClassName
{
background-color: #425A2D;
}
</style>
border-color css
<style>
span { border-color: #425A2D; }
span { border-color: rgb(66,90,45); }
td.TdClassName
{
border-color: #425A2D;
}
.TagClassName
{
border-color: #425A2D;
}
</style>