Shades of Dell #465C36
Tints of Dell #465C36
RGB
CMYK
RGB Variations
Color information
#465C36 (or 0x465C36) is known color: Dell. HEX triplet: 46, 5C and 36. RGB value is (70,92,54). Sum of RGB (Red+Green+Blue) = 70+92+54=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #465C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C36 is #B9A3C9. Grayscale: #515151. Windows color (decimal): -12166090 or 3562566. OLE color: 3562566.
HSL color Cylindrical-coordinate representation of color #465C36: hue angle of 94.74º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465C36 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 54 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.64 |
| HSL | 94.74º | 0.26% | 0.29% | - |
| HSV(B) | 94.74º | 0.41% | 0.36% | - |
| XYZ | 7.02 | 9.22 | 4.9 | - |
| YUV | 81.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 54 | 0.24 | 0 | 0.41 | 0.64 | 94.74 | 0.26 | 0.29 |
| Hex | 46 | 5C | 36 | 18 | 0 | 29 | 40 | 5F | 1A | 1D |
| Octal | 106 | 134 | 66 | 30 | 0 | 51 | 100 | 137 | 32 | 35 |
| Binary | 1000110 | 1011100 | 110110 | 11000 | 0 | 101001 | 1000000 | 1011111 | 11010 | 11101 |
Color Harmonies of #465C36
Complementary color
Monochromatic Colors of #465C36
Black with #465C36
Text Example
Text Example
White with #465C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C36; }
p { color: rgb(70,92,54); }
H1.HeaderClassName
{
color: #465C36;
}
.AnyTagClassName
{
color: #465C36;
}
</style>
background-color css
<style>
a { background-color: #465C36; }
a { background-color: rgb(70,92,54); }
div.DivClassName
{
background-color: #465C36;
}
.BgClassName
{
background-color: #465C36;
}
</style>
border-color css
<style>
span { border-color: #465C36; }
span { border-color: rgb(70,92,54); }
td.TdClassName
{
border-color: #465C36;
}
.TagClassName
{
border-color: #465C36;
}
</style>