Shades of Dell #456A33
Tints of Dell #456A33
RGB
CMYK
RGB Variations
Color information
#456A33 (or 0x456A33) is known color: Dell. HEX triplet: 45, 6A and 33. RGB value is (69,106,51). Sum of RGB (Red+Green+Blue) = 69+106+51=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #456A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456A33 is #BA95CC. Grayscale: #585858. Windows color (decimal): -12228045 or 3369541. OLE color: 3369541.
HSL color Cylindrical-coordinate representation of color #456A33: hue angle of 100.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456A33 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 106 | 51 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.58 |
| HSL | 100.36º | 0.35% | 0.31% | - |
| HSV(B) | 100.36º | 0.52% | 0.42% | - |
| XYZ | 8.21 | 11.81 | 4.98 | - |
| YUV | 88.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 51 | 0.35 | 0 | 0.52 | 0.58 | 100.36 | 0.35 | 0.31 |
| Hex | 45 | 6A | 33 | 23 | 0 | 34 | 3A | 64 | 23 | 1F |
| Octal | 105 | 152 | 63 | 43 | 0 | 64 | 72 | 144 | 43 | 37 |
| Binary | 1000101 | 1101010 | 110011 | 100011 | 0 | 110100 | 111010 | 1100100 | 100011 | 11111 |
Color Harmonies of #456A33
Complementary color
Monochromatic Colors of #456A33
Black with #456A33
Text Example
Text Example
White with #456A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456A33; }
p { color: rgb(69,106,51); }
H1.HeaderClassName
{
color: #456A33;
}
.AnyTagClassName
{
color: #456A33;
}
</style>
background-color css
<style>
a { background-color: #456A33; }
a { background-color: rgb(69,106,51); }
div.DivClassName
{
background-color: #456A33;
}
.BgClassName
{
background-color: #456A33;
}
</style>
border-color css
<style>
span { border-color: #456A33; }
span { border-color: rgb(69,106,51); }
td.TdClassName
{
border-color: #456A33;
}
.TagClassName
{
border-color: #456A33;
}
</style>