Shades of Dell #406C27
Tints of Dell #406C27
RGB
CMYK
RGB Variations
Color information
#406C27 (or 0x406C27) is known color: Dell. HEX triplet: 40, 6C and 27. RGB value is (64,108,39). Sum of RGB (Red+Green+Blue) = 64+108+39=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #406C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C27 is #BF93D8. Grayscale: #575757. Windows color (decimal): -12555225 or 2583616. OLE color: 2583616.
HSL color Cylindrical-coordinate representation of color #406C27: hue angle of 98.26º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #406C27 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 108 | 39 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.58 |
| HSL | 98.26º | 0.47% | 0.29% | - |
| HSV(B) | 98.26º | 0.64% | 0.42% | - |
| XYZ | 7.84 | 11.96 | 3.81 | - |
| YUV | 86.98 | 100.92 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 39 | 0.41 | 0 | 0.64 | 0.58 | 98.26 | 0.47 | 0.29 |
| Hex | 40 | 6C | 27 | 29 | 0 | 40 | 3A | 62 | 2F | 1D |
| Octal | 100 | 154 | 47 | 51 | 0 | 100 | 72 | 142 | 57 | 35 |
| Binary | 1000000 | 1101100 | 100111 | 101001 | 0 | 1000000 | 111010 | 1100010 | 101111 | 11101 |
Color Harmonies of #406C27
Complementary color
Monochromatic Colors of #406C27
Black with #406C27
Text Example
Text Example
White with #406C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C27; }
p { color: rgb(64,108,39); }
H1.HeaderClassName
{
color: #406C27;
}
.AnyTagClassName
{
color: #406C27;
}
</style>
background-color css
<style>
a { background-color: #406C27; }
a { background-color: rgb(64,108,39); }
div.DivClassName
{
background-color: #406C27;
}
.BgClassName
{
background-color: #406C27;
}
</style>
border-color css
<style>
span { border-color: #406C27; }
span { border-color: rgb(64,108,39); }
td.TdClassName
{
border-color: #406C27;
}
.TagClassName
{
border-color: #406C27;
}
</style>