Shades of Viridian #418672
Tints of Viridian #418672
RGB
CMYK
RGB Variations
Color information
#418672 (or 0x418672) is known color: Viridian. HEX triplet: 41, 86 and 72. RGB value is (65,134,114). Sum of RGB (Red+Green+Blue) = 65+134+114=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #418672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418672 is #BE798D. Grayscale: #6F6F6F. Windows color (decimal): -12482958 or 7505473. OLE color: 7505473.
HSL color Cylindrical-coordinate representation of color #418672: hue angle of 162.61º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418672 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 134 | 114 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.47 |
| HSL | 162.61º | 0.35% | 0.39% | - |
| HSV(B) | 162.61º | 0.51% | 0.53% | - |
| XYZ | 13.74 | 19.39 | 18.94 | - |
| YUV | 111.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 114 | 0.51 | 0 | 0.15 | 0.47 | 162.61 | 0.35 | 0.39 |
| Hex | 41 | 86 | 72 | 33 | 0 | F | 2F | A3 | 23 | 27 |
| Octal | 101 | 206 | 162 | 63 | 0 | 17 | 57 | 243 | 43 | 47 |
| Binary | 1000001 | 10000110 | 1110010 | 110011 | 0 | 1111 | 101111 | 10100011 | 100011 | 100111 |
Color Harmonies of #418672
Complementary color
Monochromatic Colors of #418672
Black with #418672
Text Example
Text Example
White with #418672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418672; }
p { color: rgb(65,134,114); }
H1.HeaderClassName
{
color: #418672;
}
.AnyTagClassName
{
color: #418672;
}
</style>
background-color css
<style>
a { background-color: #418672; }
a { background-color: rgb(65,134,114); }
div.DivClassName
{
background-color: #418672;
}
.BgClassName
{
background-color: #418672;
}
</style>
border-color css
<style>
span { border-color: #418672; }
span { border-color: rgb(65,134,114); }
td.TdClassName
{
border-color: #418672;
}
.TagClassName
{
border-color: #418672;
}
</style>