Shades of Dell #415C2A
Tints of Dell #415C2A
RGB
CMYK
RGB Variations
Color information
#415C2A (or 0x415C2A) is known color: Dell. HEX triplet: 41, 5C and 2A. RGB value is (65,92,42). Sum of RGB (Red+Green+Blue) = 65+92+42=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #415C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415C2A is #BEA3D5. Grayscale: #4E4E4E. Windows color (decimal): -12493782 or 2776129. OLE color: 2776129.
HSL color Cylindrical-coordinate representation of color #415C2A: hue angle of 92.4º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #415C2A is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 92 | 42 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.64 |
| HSL | 92.4º | 0.37% | 0.26% | - |
| HSV(B) | 92.4º | 0.54% | 0.36% | - |
| XYZ | 6.43 | 8.95 | 3.58 | - |
| YUV | 78.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 42 | 0.29 | 0 | 0.54 | 0.64 | 92.4 | 0.37 | 0.26 |
| Hex | 41 | 5C | 2A | 1D | 0 | 36 | 40 | 5C | 25 | 1A |
| Octal | 101 | 134 | 52 | 35 | 0 | 66 | 100 | 134 | 45 | 32 |
| Binary | 1000001 | 1011100 | 101010 | 11101 | 0 | 110110 | 1000000 | 1011100 | 100101 | 11010 |
Color Harmonies of #415C2A
Complementary color
Monochromatic Colors of #415C2A
Black with #415C2A
Text Example
Text Example
White with #415C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C2A; }
p { color: rgb(65,92,42); }
H1.HeaderClassName
{
color: #415C2A;
}
.AnyTagClassName
{
color: #415C2A;
}
</style>
background-color css
<style>
a { background-color: #415C2A; }
a { background-color: rgb(65,92,42); }
div.DivClassName
{
background-color: #415C2A;
}
.BgClassName
{
background-color: #415C2A;
}
</style>
border-color css
<style>
span { border-color: #415C2A; }
span { border-color: rgb(65,92,42); }
td.TdClassName
{
border-color: #415C2A;
}
.TagClassName
{
border-color: #415C2A;
}
</style>