Shades of Viridian #418967
Tints of Viridian #418967
RGB
CMYK
RGB Variations
Color information
#418967 (or 0x418967) is known color: Viridian. HEX triplet: 41, 89 and 67. RGB value is (65,137,103). Sum of RGB (Red+Green+Blue) = 65+137+103=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #418967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418967 is #BE7698. Grayscale: #6F6F6F. Windows color (decimal): -12482201 or 6785345. OLE color: 6785345.
HSL color Cylindrical-coordinate representation of color #418967: hue angle of 151.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418967 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 103 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.46 |
| HSL | 151.67º | 0.36% | 0.4% | - |
| HSV(B) | 151.67º | 0.53% | 0.54% | - |
| XYZ | 13.57 | 19.99 | 15.98 | - |
| YUV | 111.6 | 123.15 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 103 | 0.53 | 0 | 0.25 | 0.46 | 151.67 | 0.36 | 0.4 |
| Hex | 41 | 89 | 67 | 35 | 0 | 19 | 2E | 98 | 24 | 28 |
| Octal | 101 | 211 | 147 | 65 | 0 | 31 | 56 | 230 | 44 | 50 |
| Binary | 1000001 | 10001001 | 1100111 | 110101 | 0 | 11001 | 101110 | 10011000 | 100100 | 101000 |
Color Harmonies of #418967
Complementary color
Monochromatic Colors of #418967
Black with #418967
Text Example
Text Example
White with #418967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418967; }
p { color: rgb(65,137,103); }
H1.HeaderClassName
{
color: #418967;
}
.AnyTagClassName
{
color: #418967;
}
</style>
background-color css
<style>
a { background-color: #418967; }
a { background-color: rgb(65,137,103); }
div.DivClassName
{
background-color: #418967;
}
.BgClassName
{
background-color: #418967;
}
</style>
border-color css
<style>
span { border-color: #418967; }
span { border-color: rgb(65,137,103); }
td.TdClassName
{
border-color: #418967;
}
.TagClassName
{
border-color: #418967;
}
</style>