Shades of Viridian #418878
Tints of Viridian #418878
RGB
CMYK
RGB Variations
Color information
#418878 (or 0x418878) is known color: Viridian. HEX triplet: 41, 88 and 78. RGB value is (65,136,120). Sum of RGB (Red+Green+Blue) = 65+136+120=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #418878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418878 is #BE7787. Grayscale: #707070. Windows color (decimal): -12482440 or 7899201. OLE color: 7899201.
HSL color Cylindrical-coordinate representation of color #418878: hue angle of 166.48º 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 #418878 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 120 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.47 |
| HSL | 166.48º | 0.35% | 0.39% | - |
| HSV(B) | 166.48º | 0.52% | 0.53% | - |
| XYZ | 14.37 | 20.09 | 20.89 | - |
| YUV | 112.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 120 | 0.52 | 0 | 0.12 | 0.47 | 166.48 | 0.35 | 0.39 |
| Hex | 41 | 88 | 78 | 34 | 0 | C | 2F | A6 | 23 | 27 |
| Octal | 101 | 210 | 170 | 64 | 0 | 14 | 57 | 246 | 43 | 47 |
| Binary | 1000001 | 10001000 | 1111000 | 110100 | 0 | 1100 | 101111 | 10100110 | 100011 | 100111 |
Color Harmonies of #418878
Complementary color
Monochromatic Colors of #418878
Black with #418878
Text Example
Text Example
White with #418878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418878; }
p { color: rgb(65,136,120); }
H1.HeaderClassName
{
color: #418878;
}
.AnyTagClassName
{
color: #418878;
}
</style>
background-color css
<style>
a { background-color: #418878; }
a { background-color: rgb(65,136,120); }
div.DivClassName
{
background-color: #418878;
}
.BgClassName
{
background-color: #418878;
}
</style>
border-color css
<style>
span { border-color: #418878; }
span { border-color: rgb(65,136,120); }
td.TdClassName
{
border-color: #418878;
}
.TagClassName
{
border-color: #418878;
}
</style>