Shades of Como #446D52
Tints of Como #446D52
RGB
CMYK
RGB Variations
Color information
#446D52 (or 0x446D52) is known color: Como. HEX triplet: 44, 6D and 52. RGB value is (68,109,82). Sum of RGB (Red+Green+Blue) = 68+109+82=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 109 - color contains mainly: green. Hex color #446D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D52 is #BB92AD. Grayscale: #5D5D5D. Windows color (decimal): -12292782 or 5401924. OLE color: 5401924.
HSL color Cylindrical-coordinate representation of color #446D52: hue angle of 140.49º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #446D52 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 109 | 82 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.57 |
| HSL | 140.49º | 0.23% | 0.35% | - |
| HSV(B) | 140.49º | 0.38% | 0.43% | - |
| XYZ | 9.38 | 12.78 | 9.95 | - |
| YUV | 93.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 82 | 0.38 | 0 | 0.25 | 0.57 | 140.49 | 0.23 | 0.35 |
| Hex | 44 | 6D | 52 | 26 | 0 | 19 | 39 | 8C | 17 | 23 |
| Octal | 104 | 155 | 122 | 46 | 0 | 31 | 71 | 214 | 27 | 43 |
| Binary | 1000100 | 1101101 | 1010010 | 100110 | 0 | 11001 | 111001 | 10001100 | 10111 | 100011 |
Color Harmonies of #446D52
Complementary color
Monochromatic Colors of #446D52
Black with #446D52
Text Example
Text Example
White with #446D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D52; }
p { color: rgb(68,109,82); }
H1.HeaderClassName
{
color: #446D52;
}
.AnyTagClassName
{
color: #446D52;
}
</style>
background-color css
<style>
a { background-color: #446D52; }
a { background-color: rgb(68,109,82); }
div.DivClassName
{
background-color: #446D52;
}
.BgClassName
{
background-color: #446D52;
}
</style>
border-color css
<style>
span { border-color: #446D52; }
span { border-color: rgb(68,109,82); }
td.TdClassName
{
border-color: #446D52;
}
.TagClassName
{
border-color: #446D52;
}
</style>