Shades of Viridian #447663
Tints of Viridian #447663
RGB
CMYK
RGB Variations
Color information
#447663 (or 0x447663) is known color: Viridian. HEX triplet: 44, 76 and 63. RGB value is (68,118,99). Sum of RGB (Red+Green+Blue) = 68+118+99=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #447663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447663 is #BB899C. Grayscale: #646464. Windows color (decimal): -12290461 or 6518340. OLE color: 6518340.
HSL color Cylindrical-coordinate representation of color #447663: hue angle of 157.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #447663 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 118 | 99 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.54 |
| HSL | 157.2º | 0.27% | 0.36% | - |
| HSV(B) | 157.2º | 0.42% | 0.46% | - |
| XYZ | 11.11 | 15.09 | 14.13 | - |
| YUV | 100.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 99 | 0.42 | 0 | 0.16 | 0.54 | 157.2 | 0.27 | 0.36 |
| Hex | 44 | 76 | 63 | 2A | 0 | 10 | 36 | 9D | 1B | 24 |
| Octal | 104 | 166 | 143 | 52 | 0 | 20 | 66 | 235 | 33 | 44 |
| Binary | 1000100 | 1110110 | 1100011 | 101010 | 0 | 10000 | 110110 | 10011101 | 11011 | 100100 |
Color Harmonies of #447663
Complementary color
Monochromatic Colors of #447663
Black with #447663
Text Example
Text Example
White with #447663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447663; }
p { color: rgb(68,118,99); }
H1.HeaderClassName
{
color: #447663;
}
.AnyTagClassName
{
color: #447663;
}
</style>
background-color css
<style>
a { background-color: #447663; }
a { background-color: rgb(68,118,99); }
div.DivClassName
{
background-color: #447663;
}
.BgClassName
{
background-color: #447663;
}
</style>
border-color css
<style>
span { border-color: #447663; }
span { border-color: rgb(68,118,99); }
td.TdClassName
{
border-color: #447663;
}
.TagClassName
{
border-color: #447663;
}
</style>