Shades of Dell #456627
Tints of Dell #456627
RGB
CMYK
RGB Variations
Color information
#456627 (or 0x456627) is known color: Dell. HEX triplet: 45, 66 and 27. RGB value is (69,102,39). Sum of RGB (Red+Green+Blue) = 69+102+39=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #456627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456627 is #BA99D8. Grayscale: #555555. Windows color (decimal): -12229081 or 2582085. OLE color: 2582085.
HSL color Cylindrical-coordinate representation of color #456627: hue angle of 91.43º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #456627 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 39 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.6 |
| HSL | 91.43º | 0.45% | 0.28% | - |
| HSV(B) | 91.43º | 0.62% | 0.4% | - |
| XYZ | 7.57 | 10.91 | 3.63 | - |
| YUV | 84.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 39 | 0.32 | 0 | 0.62 | 0.6 | 91.43 | 0.45 | 0.28 |
| Hex | 45 | 66 | 27 | 20 | 0 | 3E | 3C | 5B | 2D | 1C |
| Octal | 105 | 146 | 47 | 40 | 0 | 76 | 74 | 133 | 55 | 34 |
| Binary | 1000101 | 1100110 | 100111 | 100000 | 0 | 111110 | 111100 | 1011011 | 101101 | 11100 |
Color Harmonies of #456627
Complementary color
Monochromatic Colors of #456627
Black with #456627
Text Example
Text Example
White with #456627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456627; }
p { color: rgb(69,102,39); }
H1.HeaderClassName
{
color: #456627;
}
.AnyTagClassName
{
color: #456627;
}
</style>
background-color css
<style>
a { background-color: #456627; }
a { background-color: rgb(69,102,39); }
div.DivClassName
{
background-color: #456627;
}
.BgClassName
{
background-color: #456627;
}
</style>
border-color css
<style>
span { border-color: #456627; }
span { border-color: rgb(69,102,39); }
td.TdClassName
{
border-color: #456627;
}
.TagClassName
{
border-color: #456627;
}
</style>