Shades of Viridian #408A67
Tints of Viridian #408A67
RGB
CMYK
RGB Variations
Color information
#408A67 (or 0x408A67) is known color: Viridian. HEX triplet: 40, 8A and 67. RGB value is (64,138,103). Sum of RGB (Red+Green+Blue) = 64+138+103=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #408A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A67 is #BF7598. Grayscale: #6F6F6F. Windows color (decimal): -12547481 or 6785600. OLE color: 6785600.
HSL color Cylindrical-coordinate representation of color #408A67: hue angle of 151.62º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A67 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 103 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.46 |
| HSL | 151.62º | 0.37% | 0.4% | - |
| HSV(B) | 151.62º | 0.54% | 0.54% | - |
| XYZ | 13.65 | 20.25 | 16.02 | - |
| YUV | 111.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 103 | 0.54 | 0 | 0.25 | 0.46 | 151.62 | 0.37 | 0.4 |
| Hex | 40 | 8A | 67 | 36 | 0 | 19 | 2E | 98 | 25 | 28 |
| Octal | 100 | 212 | 147 | 66 | 0 | 31 | 56 | 230 | 45 | 50 |
| Binary | 1000000 | 10001010 | 1100111 | 110110 | 0 | 11001 | 101110 | 10011000 | 100101 | 101000 |
Color Harmonies of #408A67
Complementary color
Monochromatic Colors of #408A67
Black with #408A67
Text Example
Text Example
White with #408A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A67; }
p { color: rgb(64,138,103); }
H1.HeaderClassName
{
color: #408A67;
}
.AnyTagClassName
{
color: #408A67;
}
</style>
background-color css
<style>
a { background-color: #408A67; }
a { background-color: rgb(64,138,103); }
div.DivClassName
{
background-color: #408A67;
}
.BgClassName
{
background-color: #408A67;
}
</style>
border-color css
<style>
span { border-color: #408A67; }
span { border-color: rgb(64,138,103); }
td.TdClassName
{
border-color: #408A67;
}
.TagClassName
{
border-color: #408A67;
}
</style>