Shades of Viridian #449276
Tints of Viridian #449276
RGB
CMYK
RGB Variations
Color information
#449276 (or 0x449276) is known color: Viridian. HEX triplet: 44, 92 and 76. RGB value is (68,146,118). Sum of RGB (Red+Green+Blue) = 68+146+118=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #449276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449276 is #BB6D89. Grayscale: #777777. Windows color (decimal): -12283274 or 7770692. OLE color: 7770692.
HSL color Cylindrical-coordinate representation of color #449276: hue angle of 158.46º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449276 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 146 | 118 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.43 |
| HSL | 158.46º | 0.36% | 0.42% | - |
| HSV(B) | 158.46º | 0.53% | 0.57% | - |
| XYZ | 15.93 | 23.09 | 20.76 | - |
| YUV | 119.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 118 | 0.53 | 0 | 0.19 | 0.43 | 158.46 | 0.36 | 0.42 |
| Hex | 44 | 92 | 76 | 35 | 0 | 13 | 2B | 9E | 24 | 2A |
| Octal | 104 | 222 | 166 | 65 | 0 | 23 | 53 | 236 | 44 | 52 |
| Binary | 1000100 | 10010010 | 1110110 | 110101 | 0 | 10011 | 101011 | 10011110 | 100100 | 101010 |
Color Harmonies of #449276
Complementary color
Monochromatic Colors of #449276
Black with #449276
Text Example
Text Example
White with #449276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449276; }
p { color: rgb(68,146,118); }
H1.HeaderClassName
{
color: #449276;
}
.AnyTagClassName
{
color: #449276;
}
</style>
background-color css
<style>
a { background-color: #449276; }
a { background-color: rgb(68,146,118); }
div.DivClassName
{
background-color: #449276;
}
.BgClassName
{
background-color: #449276;
}
</style>
border-color css
<style>
span { border-color: #449276; }
span { border-color: rgb(68,146,118); }
td.TdClassName
{
border-color: #449276;
}
.TagClassName
{
border-color: #449276;
}
</style>