Shades of Viridian #418F73
Tints of Viridian #418F73
RGB
CMYK
RGB Variations
Color information
#418F73 (or 0x418F73) is known color: Viridian. HEX triplet: 41, 8F and 73. RGB value is (65,143,115). Sum of RGB (Red+Green+Blue) = 65+143+115=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #418F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F73 is #BE708C. Grayscale: #747474. Windows color (decimal): -12480653 or 7573313. OLE color: 7573313.
HSL color Cylindrical-coordinate representation of color #418F73: hue angle of 158.46º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418F73 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 115 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.44 |
| HSL | 158.46º | 0.38% | 0.41% | - |
| HSV(B) | 158.46º | 0.55% | 0.56% | - |
| XYZ | 15.1 | 22.01 | 19.67 | - |
| YUV | 116.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 115 | 0.55 | 0 | 0.20 | 0.44 | 158.46 | 0.38 | 0.41 |
| Hex | 41 | 8F | 73 | 37 | 0 | 14 | 2C | 9E | 26 | 29 |
| Octal | 101 | 217 | 163 | 67 | 0 | 24 | 54 | 236 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1110011 | 110111 | 0 | 10100 | 101100 | 10011110 | 100110 | 101001 |
Color Harmonies of #418F73
Complementary color
Monochromatic Colors of #418F73
Black with #418F73
Text Example
Text Example
White with #418F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F73; }
p { color: rgb(65,143,115); }
H1.HeaderClassName
{
color: #418F73;
}
.AnyTagClassName
{
color: #418F73;
}
</style>
background-color css
<style>
a { background-color: #418F73; }
a { background-color: rgb(65,143,115); }
div.DivClassName
{
background-color: #418F73;
}
.BgClassName
{
background-color: #418F73;
}
</style>
border-color css
<style>
span { border-color: #418F73; }
span { border-color: rgb(65,143,115); }
td.TdClassName
{
border-color: #418F73;
}
.TagClassName
{
border-color: #418F73;
}
</style>