Shades of Viridian #449075
Tints of Viridian #449075
RGB
CMYK
RGB Variations
Color information
#449075 (or 0x449075) is known color: Viridian. HEX triplet: 44, 90 and 75. RGB value is (68,144,117). Sum of RGB (Red+Green+Blue) = 68+144+117=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #449075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449075 is #BB6F8A. Grayscale: #767676. Windows color (decimal): -12283787 or 7704644. OLE color: 7704644.
HSL color Cylindrical-coordinate representation of color #449075: hue angle of 158.68º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449075 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 117 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.44 |
| HSL | 158.68º | 0.36% | 0.42% | - |
| HSV(B) | 158.68º | 0.53% | 0.56% | - |
| XYZ | 15.57 | 22.46 | 20.34 | - |
| YUV | 118.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 117 | 0.53 | 0 | 0.19 | 0.44 | 158.68 | 0.36 | 0.42 |
| Hex | 44 | 90 | 75 | 35 | 0 | 13 | 2C | 9F | 24 | 2A |
| Octal | 104 | 220 | 165 | 65 | 0 | 23 | 54 | 237 | 44 | 52 |
| Binary | 1000100 | 10010000 | 1110101 | 110101 | 0 | 10011 | 101100 | 10011111 | 100100 | 101010 |
Color Harmonies of #449075
Complementary color
Monochromatic Colors of #449075
Black with #449075
Text Example
Text Example
White with #449075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449075; }
p { color: rgb(68,144,117); }
H1.HeaderClassName
{
color: #449075;
}
.AnyTagClassName
{
color: #449075;
}
</style>
background-color css
<style>
a { background-color: #449075; }
a { background-color: rgb(68,144,117); }
div.DivClassName
{
background-color: #449075;
}
.BgClassName
{
background-color: #449075;
}
</style>
border-color css
<style>
span { border-color: #449075; }
span { border-color: rgb(68,144,117); }
td.TdClassName
{
border-color: #449075;
}
.TagClassName
{
border-color: #449075;
}
</style>