Shades of Viridian #418F6E
Tints of Viridian #418F6E
RGB
CMYK
RGB Variations
Color information
#418F6E (or 0x418F6E) is known color: Viridian. HEX triplet: 41, 8F and 6E. RGB value is (65,143,110). Sum of RGB (Red+Green+Blue) = 65+143+110=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #418F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F6E is #BE7091. Grayscale: #737373. Windows color (decimal): -12480658 or 7245633. OLE color: 7245633.
HSL color Cylindrical-coordinate representation of color #418F6E: hue angle of 154.62º 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 #418F6E is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 110 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.44 |
| HSL | 154.62º | 0.38% | 0.41% | - |
| HSV(B) | 154.62º | 0.55% | 0.56% | - |
| XYZ | 14.82 | 21.89 | 18.2 | - |
| YUV | 115.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 110 | 0.55 | 0 | 0.23 | 0.44 | 154.62 | 0.38 | 0.41 |
| Hex | 41 | 8F | 6E | 37 | 0 | 17 | 2C | 9B | 26 | 29 |
| Octal | 101 | 217 | 156 | 67 | 0 | 27 | 54 | 233 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1101110 | 110111 | 0 | 10111 | 101100 | 10011011 | 100110 | 101001 |
Color Harmonies of #418F6E
Complementary color
Monochromatic Colors of #418F6E
Black with #418F6E
Text Example
Text Example
White with #418F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F6E; }
p { color: rgb(65,143,110); }
H1.HeaderClassName
{
color: #418F6E;
}
.AnyTagClassName
{
color: #418F6E;
}
</style>
background-color css
<style>
a { background-color: #418F6E; }
a { background-color: rgb(65,143,110); }
div.DivClassName
{
background-color: #418F6E;
}
.BgClassName
{
background-color: #418F6E;
}
</style>
border-color css
<style>
span { border-color: #418F6E; }
span { border-color: rgb(65,143,110); }
td.TdClassName
{
border-color: #418F6E;
}
.TagClassName
{
border-color: #418F6E;
}
</style>