Shades of Dell #446C30
Tints of Dell #446C30
RGB
CMYK
RGB Variations
Color information
#446C30 (or 0x446C30) is known color: Dell. HEX triplet: 44, 6C and 30. RGB value is (68,108,48). Sum of RGB (Red+Green+Blue) = 68+108+48=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 108 - color contains mainly: green. Hex color #446C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446C30 is #BB93CF. Grayscale: #595959. Windows color (decimal): -12293072 or 3173444. OLE color: 3173444.
HSL color Cylindrical-coordinate representation of color #446C30: hue angle of 100º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #446C30 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 108 | 48 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.58 |
| HSL | 100º | 0.38% | 0.31% | - |
| HSV(B) | 100º | 0.56% | 0.42% | - |
| XYZ | 8.28 | 12.17 | 4.71 | - |
| YUV | 89.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 48 | 0.37 | 0 | 0.56 | 0.58 | 100 | 0.38 | 0.31 |
| Hex | 44 | 6C | 30 | 25 | 0 | 38 | 3A | 64 | 26 | 1F |
| Octal | 104 | 154 | 60 | 45 | 0 | 70 | 72 | 144 | 46 | 37 |
| Binary | 1000100 | 1101100 | 110000 | 100101 | 0 | 111000 | 111010 | 1100100 | 100110 | 11111 |
Color Harmonies of #446C30
Complementary color
Monochromatic Colors of #446C30
Black with #446C30
Text Example
Text Example
White with #446C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C30; }
p { color: rgb(68,108,48); }
H1.HeaderClassName
{
color: #446C30;
}
.AnyTagClassName
{
color: #446C30;
}
</style>
background-color css
<style>
a { background-color: #446C30; }
a { background-color: rgb(68,108,48); }
div.DivClassName
{
background-color: #446C30;
}
.BgClassName
{
background-color: #446C30;
}
</style>
border-color css
<style>
span { border-color: #446C30; }
span { border-color: rgb(68,108,48); }
td.TdClassName
{
border-color: #446C30;
}
.TagClassName
{
border-color: #446C30;
}
</style>