Shades of Viridian #449775
Tints of Viridian #449775
RGB
CMYK
RGB Variations
Color information
#449775 (or 0x449775) is known color: Viridian. HEX triplet: 44, 97 and 75. RGB value is (68,151,117). Sum of RGB (Red+Green+Blue) = 68+151+117=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #449775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449775 is #BB688A. Grayscale: #7A7A7A. Windows color (decimal): -12281995 or 7706436. OLE color: 7706436.
HSL color Cylindrical-coordinate representation of color #449775: hue angle of 155.42º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449775 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 151 | 117 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.41 |
| HSL | 155.42º | 0.38% | 0.43% | - |
| HSV(B) | 155.42º | 0.55% | 0.59% | - |
| XYZ | 16.66 | 24.65 | 20.71 | - |
| YUV | 122.31 | 125 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 151 | 117 | 0.55 | 0 | 0.23 | 0.41 | 155.42 | 0.38 | 0.43 |
| Hex | 44 | 97 | 75 | 37 | 0 | 17 | 29 | 9B | 26 | 2B |
| Octal | 104 | 227 | 165 | 67 | 0 | 27 | 51 | 233 | 46 | 53 |
| Binary | 1000100 | 10010111 | 1110101 | 110111 | 0 | 10111 | 101001 | 10011011 | 100110 | 101011 |
Color Harmonies of #449775
Complementary color
Monochromatic Colors of #449775
Black with #449775
Text Example
Text Example
White with #449775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449775; }
p { color: rgb(68,151,117); }
H1.HeaderClassName
{
color: #449775;
}
.AnyTagClassName
{
color: #449775;
}
</style>
background-color css
<style>
a { background-color: #449775; }
a { background-color: rgb(68,151,117); }
div.DivClassName
{
background-color: #449775;
}
.BgClassName
{
background-color: #449775;
}
</style>
border-color css
<style>
span { border-color: #449775; }
span { border-color: rgb(68,151,117); }
td.TdClassName
{
border-color: #449775;
}
.TagClassName
{
border-color: #449775;
}
</style>