Shades of Viridian #418877
Tints of Viridian #418877
RGB
CMYK
RGB Variations
Color information
#418877 (or 0x418877) is known color: Viridian. HEX triplet: 41, 88 and 77. RGB value is (65,136,119). Sum of RGB (Red+Green+Blue) = 65+136+119=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #418877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418877 is #BE7788. Grayscale: #707070. Windows color (decimal): -12482441 or 7833665. OLE color: 7833665.
HSL color Cylindrical-coordinate representation of color #418877: hue angle of 165.63º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418877 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 119 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.47 |
| HSL | 165.63º | 0.35% | 0.39% | - |
| HSV(B) | 165.63º | 0.52% | 0.53% | - |
| XYZ | 14.31 | 20.06 | 20.57 | - |
| YUV | 112.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 119 | 0.52 | 0 | 0.12 | 0.47 | 165.63 | 0.35 | 0.39 |
| Hex | 41 | 88 | 77 | 34 | 0 | C | 2F | A6 | 23 | 27 |
| Octal | 101 | 210 | 167 | 64 | 0 | 14 | 57 | 246 | 43 | 47 |
| Binary | 1000001 | 10001000 | 1110111 | 110100 | 0 | 1100 | 101111 | 10100110 | 100011 | 100111 |
Color Harmonies of #418877
Complementary color
Monochromatic Colors of #418877
Black with #418877
Text Example
Text Example
White with #418877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418877; }
p { color: rgb(65,136,119); }
H1.HeaderClassName
{
color: #418877;
}
.AnyTagClassName
{
color: #418877;
}
</style>
background-color css
<style>
a { background-color: #418877; }
a { background-color: rgb(65,136,119); }
div.DivClassName
{
background-color: #418877;
}
.BgClassName
{
background-color: #418877;
}
</style>
border-color css
<style>
span { border-color: #418877; }
span { border-color: rgb(65,136,119); }
td.TdClassName
{
border-color: #418877;
}
.TagClassName
{
border-color: #418877;
}
</style>