Shades of Viridian #449375
Tints of Viridian #449375
RGB
CMYK
RGB Variations
Color information
#449375 (or 0x449375) is known color: Viridian. HEX triplet: 44, 93 and 75. RGB value is (68,147,117). Sum of RGB (Red+Green+Blue) = 68+147+117=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #449375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449375 is #BB6C8A. Grayscale: #787878. Windows color (decimal): -12283019 or 7705412. OLE color: 7705412.
HSL color Cylindrical-coordinate representation of color #449375: hue angle of 157.22º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449375 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 117 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.42 |
| HSL | 157.22º | 0.37% | 0.42% | - |
| HSV(B) | 157.22º | 0.54% | 0.58% | - |
| XYZ | 16.03 | 23.38 | 20.5 | - |
| YUV | 119.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 117 | 0.54 | 0 | 0.20 | 0.42 | 157.22 | 0.37 | 0.42 |
| Hex | 44 | 93 | 75 | 36 | 0 | 14 | 2A | 9D | 25 | 2A |
| Octal | 104 | 223 | 165 | 66 | 0 | 24 | 52 | 235 | 45 | 52 |
| Binary | 1000100 | 10010011 | 1110101 | 110110 | 0 | 10100 | 101010 | 10011101 | 100101 | 101010 |
Color Harmonies of #449375
Complementary color
Monochromatic Colors of #449375
Black with #449375
Text Example
Text Example
White with #449375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449375; }
p { color: rgb(68,147,117); }
H1.HeaderClassName
{
color: #449375;
}
.AnyTagClassName
{
color: #449375;
}
</style>
background-color css
<style>
a { background-color: #449375; }
a { background-color: rgb(68,147,117); }
div.DivClassName
{
background-color: #449375;
}
.BgClassName
{
background-color: #449375;
}
</style>
border-color css
<style>
span { border-color: #449375; }
span { border-color: rgb(68,147,117); }
td.TdClassName
{
border-color: #449375;
}
.TagClassName
{
border-color: #449375;
}
</style>