Shades of Viridian #418266
Tints of Viridian #418266
RGB
CMYK
RGB Variations
Color information
#418266 (or 0x418266) is known color: Viridian. HEX triplet: 41, 82 and 66. RGB value is (65,130,102). Sum of RGB (Red+Green+Blue) = 65+130+102=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #418266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418266 is #BE7D99. Grayscale: #6B6B6B. Windows color (decimal): -12483994 or 6718017. OLE color: 6718017.
HSL color Cylindrical-coordinate representation of color #418266: hue angle of 154.15º 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 #418266 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 102 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.49 |
| HSL | 154.15º | 0.33% | 0.38% | - |
| HSV(B) | 154.15º | 0.5% | 0.51% | - |
| XYZ | 12.56 | 18.05 | 15.39 | - |
| YUV | 107.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 102 | 0.50 | 0 | 0.22 | 0.49 | 154.15 | 0.33 | 0.38 |
| Hex | 41 | 82 | 66 | 32 | 0 | 16 | 31 | 9A | 21 | 26 |
| Octal | 101 | 202 | 146 | 62 | 0 | 26 | 61 | 232 | 41 | 46 |
| Binary | 1000001 | 10000010 | 1100110 | 110010 | 0 | 10110 | 110001 | 10011010 | 100001 | 100110 |
Color Harmonies of #418266
Complementary color
Monochromatic Colors of #418266
Black with #418266
Text Example
Text Example
White with #418266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418266; }
p { color: rgb(65,130,102); }
H1.HeaderClassName
{
color: #418266;
}
.AnyTagClassName
{
color: #418266;
}
</style>
background-color css
<style>
a { background-color: #418266; }
a { background-color: rgb(65,130,102); }
div.DivClassName
{
background-color: #418266;
}
.BgClassName
{
background-color: #418266;
}
</style>
border-color css
<style>
span { border-color: #418266; }
span { border-color: rgb(65,130,102); }
td.TdClassName
{
border-color: #418266;
}
.TagClassName
{
border-color: #418266;
}
</style>