Shades of Viridian #418575
Tints of Viridian #418575
RGB
CMYK
RGB Variations
Color information
#418575 (or 0x418575) is known color: Viridian. HEX triplet: 41, 85 and 75. RGB value is (65,133,117). Sum of RGB (Red+Green+Blue) = 65+133+117=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #418575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418575 is #BE7A8A. Grayscale: #6E6E6E. Windows color (decimal): -12483211 or 7701825. OLE color: 7701825.
HSL color Cylindrical-coordinate representation of color #418575: hue angle of 165.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 #418575 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 117 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.48 |
| HSL | 165.88º | 0.34% | 0.39% | - |
| HSV(B) | 165.88º | 0.51% | 0.52% | - |
| XYZ | 13.78 | 19.18 | 19.81 | - |
| YUV | 110.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 117 | 0.51 | 0 | 0.12 | 0.48 | 165.88 | 0.34 | 0.39 |
| Hex | 41 | 85 | 75 | 33 | 0 | C | 30 | A6 | 22 | 27 |
| Octal | 101 | 205 | 165 | 63 | 0 | 14 | 60 | 246 | 42 | 47 |
| Binary | 1000001 | 10000101 | 1110101 | 110011 | 0 | 1100 | 110000 | 10100110 | 100010 | 100111 |
Color Harmonies of #418575
Complementary color
Monochromatic Colors of #418575
Black with #418575
Text Example
Text Example
White with #418575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418575; }
p { color: rgb(65,133,117); }
H1.HeaderClassName
{
color: #418575;
}
.AnyTagClassName
{
color: #418575;
}
</style>
background-color css
<style>
a { background-color: #418575; }
a { background-color: rgb(65,133,117); }
div.DivClassName
{
background-color: #418575;
}
.BgClassName
{
background-color: #418575;
}
</style>
border-color css
<style>
span { border-color: #418575; }
span { border-color: rgb(65,133,117); }
td.TdClassName
{
border-color: #418575;
}
.TagClassName
{
border-color: #418575;
}
</style>