Shades of Viridian #449275
Tints of Viridian #449275
RGB
CMYK
RGB Variations
Color information
#449275 (or 0x449275) is known color: Viridian. HEX triplet: 44, 92 and 75. RGB value is (68,146,117). Sum of RGB (Red+Green+Blue) = 68+146+117=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #449275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449275 is #BB6D8A. Grayscale: #777777. Windows color (decimal): -12283275 or 7705156. OLE color: 7705156.
HSL color Cylindrical-coordinate representation of color #449275: hue angle of 157.69º 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 #449275 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 146 | 117 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.43 |
| HSL | 157.69º | 0.36% | 0.42% | - |
| HSV(B) | 157.69º | 0.53% | 0.57% | - |
| XYZ | 15.87 | 23.07 | 20.45 | - |
| YUV | 119.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 117 | 0.53 | 0 | 0.20 | 0.43 | 157.69 | 0.36 | 0.42 |
| Hex | 44 | 92 | 75 | 35 | 0 | 14 | 2B | 9E | 24 | 2A |
| Octal | 104 | 222 | 165 | 65 | 0 | 24 | 53 | 236 | 44 | 52 |
| Binary | 1000100 | 10010010 | 1110101 | 110101 | 0 | 10100 | 101011 | 10011110 | 100100 | 101010 |
Color Harmonies of #449275
Complementary color
Monochromatic Colors of #449275
Black with #449275
Text Example
Text Example
White with #449275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449275; }
p { color: rgb(68,146,117); }
H1.HeaderClassName
{
color: #449275;
}
.AnyTagClassName
{
color: #449275;
}
</style>
background-color css
<style>
a { background-color: #449275; }
a { background-color: rgb(68,146,117); }
div.DivClassName
{
background-color: #449275;
}
.BgClassName
{
background-color: #449275;
}
</style>
border-color css
<style>
span { border-color: #449275; }
span { border-color: rgb(68,146,117); }
td.TdClassName
{
border-color: #449275;
}
.TagClassName
{
border-color: #449275;
}
</style>