Shades of Viridian #418B6E
Tints of Viridian #418B6E
RGB
CMYK
RGB Variations
Color information
#418B6E (or 0x418B6E) is known color: Viridian. HEX triplet: 41, 8B and 6E. RGB value is (65,139,110). Sum of RGB (Red+Green+Blue) = 65+139+110=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #418B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B6E is #BE7491. Grayscale: #717171. Windows color (decimal): -12481682 or 7244609. OLE color: 7244609.
HSL color Cylindrical-coordinate representation of color #418B6E: hue angle of 156.49º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B6E is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 110 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.45 |
| HSL | 156.49º | 0.36% | 0.4% | - |
| HSV(B) | 156.49º | 0.53% | 0.55% | - |
| XYZ | 14.23 | 20.71 | 18 | - |
| YUV | 113.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 110 | 0.53 | 0 | 0.21 | 0.45 | 156.49 | 0.36 | 0.4 |
| Hex | 41 | 8B | 6E | 35 | 0 | 15 | 2D | 9C | 24 | 28 |
| Octal | 101 | 213 | 156 | 65 | 0 | 25 | 55 | 234 | 44 | 50 |
| Binary | 1000001 | 10001011 | 1101110 | 110101 | 0 | 10101 | 101101 | 10011100 | 100100 | 101000 |
Color Harmonies of #418B6E
Complementary color
Monochromatic Colors of #418B6E
Black with #418B6E
Text Example
Text Example
White with #418B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B6E; }
p { color: rgb(65,139,110); }
H1.HeaderClassName
{
color: #418B6E;
}
.AnyTagClassName
{
color: #418B6E;
}
</style>
background-color css
<style>
a { background-color: #418B6E; }
a { background-color: rgb(65,139,110); }
div.DivClassName
{
background-color: #418B6E;
}
.BgClassName
{
background-color: #418B6E;
}
</style>
border-color css
<style>
span { border-color: #418B6E; }
span { border-color: rgb(65,139,110); }
td.TdClassName
{
border-color: #418B6E;
}
.TagClassName
{
border-color: #418B6E;
}
</style>