Shades of Viridian #418667
Tints of Viridian #418667
RGB
CMYK
RGB Variations
Color information
#418667 (or 0x418667) is known color: Viridian. HEX triplet: 41, 86 and 67. RGB value is (65,134,103). Sum of RGB (Red+Green+Blue) = 65+134+103=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #418667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418667 is #BE7998. Grayscale: #6D6D6D. Windows color (decimal): -12482969 or 6784577. OLE color: 6784577.
HSL color Cylindrical-coordinate representation of color #418667: hue angle of 153.04º 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 #418667 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 134 | 103 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.47 |
| HSL | 153.04º | 0.35% | 0.39% | - |
| HSV(B) | 153.04º | 0.51% | 0.53% | - |
| XYZ | 13.15 | 19.15 | 15.84 | - |
| YUV | 109.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 103 | 0.51 | 0 | 0.23 | 0.47 | 153.04 | 0.35 | 0.39 |
| Hex | 41 | 86 | 67 | 33 | 0 | 17 | 2F | 99 | 23 | 27 |
| Octal | 101 | 206 | 147 | 63 | 0 | 27 | 57 | 231 | 43 | 47 |
| Binary | 1000001 | 10000110 | 1100111 | 110011 | 0 | 10111 | 101111 | 10011001 | 100011 | 100111 |
Color Harmonies of #418667
Complementary color
Monochromatic Colors of #418667
Black with #418667
Text Example
Text Example
White with #418667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418667; }
p { color: rgb(65,134,103); }
H1.HeaderClassName
{
color: #418667;
}
.AnyTagClassName
{
color: #418667;
}
</style>
background-color css
<style>
a { background-color: #418667; }
a { background-color: rgb(65,134,103); }
div.DivClassName
{
background-color: #418667;
}
.BgClassName
{
background-color: #418667;
}
</style>
border-color css
<style>
span { border-color: #418667; }
span { border-color: rgb(65,134,103); }
td.TdClassName
{
border-color: #418667;
}
.TagClassName
{
border-color: #418667;
}
</style>