Shades of Viridian #418173
Tints of Viridian #418173
RGB
CMYK
RGB Variations
Color information
#418173 (or 0x418173) is known color: Viridian. HEX triplet: 41, 81 and 73. RGB value is (65,129,115). Sum of RGB (Red+Green+Blue) = 65+129+115=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #418173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418173 is #BE7E8C. Grayscale: #6C6C6C. Windows color (decimal): -12484237 or 7569729. OLE color: 7569729.
HSL color Cylindrical-coordinate representation of color #418173: hue angle of 166.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418173 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 115 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.49 |
| HSL | 166.88º | 0.33% | 0.38% | - |
| HSV(B) | 166.88º | 0.5% | 0.51% | - |
| XYZ | 13.12 | 18.06 | 19.01 | - |
| YUV | 108.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 115 | 0.50 | 0 | 0.11 | 0.49 | 166.88 | 0.33 | 0.38 |
| Hex | 41 | 81 | 73 | 32 | 0 | B | 31 | A7 | 21 | 26 |
| Octal | 101 | 201 | 163 | 62 | 0 | 13 | 61 | 247 | 41 | 46 |
| Binary | 1000001 | 10000001 | 1110011 | 110010 | 0 | 1011 | 110001 | 10100111 | 100001 | 100110 |
Color Harmonies of #418173
Complementary color
Monochromatic Colors of #418173
Black with #418173
Text Example
Text Example
White with #418173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418173; }
p { color: rgb(65,129,115); }
H1.HeaderClassName
{
color: #418173;
}
.AnyTagClassName
{
color: #418173;
}
</style>
background-color css
<style>
a { background-color: #418173; }
a { background-color: rgb(65,129,115); }
div.DivClassName
{
background-color: #418173;
}
.BgClassName
{
background-color: #418173;
}
</style>
border-color css
<style>
span { border-color: #418173; }
span { border-color: rgb(65,129,115); }
td.TdClassName
{
border-color: #418173;
}
.TagClassName
{
border-color: #418173;
}
</style>