Shades of Viridian #409077
Tints of Viridian #409077
RGB
CMYK
RGB Variations
Color information
#409077 (or 0x409077) is known color: Viridian. HEX triplet: 40, 90 and 77. RGB value is (64,144,119). Sum of RGB (Red+Green+Blue) = 64+144+119=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #409077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409077 is #BF6F88. Grayscale: #757575. Windows color (decimal): -12545929 or 7835712. OLE color: 7835712.
HSL color Cylindrical-coordinate representation of color #409077: hue angle of 161.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409077 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 119 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.44 |
| HSL | 161.25º | 0.38% | 0.41% | - |
| HSV(B) | 161.25º | 0.56% | 0.56% | - |
| XYZ | 15.42 | 22.37 | 20.96 | - |
| YUV | 117.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 119 | 0.56 | 0 | 0.17 | 0.44 | 161.25 | 0.38 | 0.41 |
| Hex | 40 | 90 | 77 | 38 | 0 | 11 | 2C | A1 | 26 | 29 |
| Octal | 100 | 220 | 167 | 70 | 0 | 21 | 54 | 241 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1110111 | 111000 | 0 | 10001 | 101100 | 10100001 | 100110 | 101001 |
Color Harmonies of #409077
Complementary color
Monochromatic Colors of #409077
Black with #409077
Text Example
Text Example
White with #409077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409077; }
p { color: rgb(64,144,119); }
H1.HeaderClassName
{
color: #409077;
}
.AnyTagClassName
{
color: #409077;
}
</style>
background-color css
<style>
a { background-color: #409077; }
a { background-color: rgb(64,144,119); }
div.DivClassName
{
background-color: #409077;
}
.BgClassName
{
background-color: #409077;
}
</style>
border-color css
<style>
span { border-color: #409077; }
span { border-color: rgb(64,144,119); }
td.TdClassName
{
border-color: #409077;
}
.TagClassName
{
border-color: #409077;
}
</style>