Shades of Viridian #418564
Tints of Viridian #418564
RGB
CMYK
RGB Variations
Color information
#418564 (or 0x418564) is known color: Viridian. HEX triplet: 41, 85 and 64. RGB value is (65,133,100). Sum of RGB (Red+Green+Blue) = 65+133+100=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #418564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418564 is #BE7A9B. Grayscale: #6C6C6C. Windows color (decimal): -12483228 or 6587713. OLE color: 6587713.
HSL color Cylindrical-coordinate representation of color #418564: hue angle of 150.88º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418564 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 100 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.48 |
| HSL | 150.88º | 0.34% | 0.39% | - |
| HSV(B) | 150.88º | 0.51% | 0.52% | - |
| XYZ | 12.87 | 18.82 | 15.01 | - |
| YUV | 108.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 100 | 0.51 | 0 | 0.25 | 0.48 | 150.88 | 0.34 | 0.39 |
| Hex | 41 | 85 | 64 | 33 | 0 | 19 | 30 | 97 | 22 | 27 |
| Octal | 101 | 205 | 144 | 63 | 0 | 31 | 60 | 227 | 42 | 47 |
| Binary | 1000001 | 10000101 | 1100100 | 110011 | 0 | 11001 | 110000 | 10010111 | 100010 | 100111 |
Color Harmonies of #418564
Complementary color
Monochromatic Colors of #418564
Black with #418564
Text Example
Text Example
White with #418564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418564; }
p { color: rgb(65,133,100); }
H1.HeaderClassName
{
color: #418564;
}
.AnyTagClassName
{
color: #418564;
}
</style>
background-color css
<style>
a { background-color: #418564; }
a { background-color: rgb(65,133,100); }
div.DivClassName
{
background-color: #418564;
}
.BgClassName
{
background-color: #418564;
}
</style>
border-color css
<style>
span { border-color: #418564; }
span { border-color: rgb(65,133,100); }
td.TdClassName
{
border-color: #418564;
}
.TagClassName
{
border-color: #418564;
}
</style>