Shades of Viridian #407E67
Tints of Viridian #407E67
RGB
CMYK
RGB Variations
Color information
#407E67 (or 0x407E67) is known color: Viridian. HEX triplet: 40, 7E and 67. RGB value is (64,126,103). Sum of RGB (Red+Green+Blue) = 64+126+103=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #407E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E67 is #BF8198. Grayscale: #686868. Windows color (decimal): -12550553 or 6782528. OLE color: 6782528.
HSL color Cylindrical-coordinate representation of color #407E67: hue angle of 157.74º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407E67 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 103 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.51 |
| HSL | 157.74º | 0.33% | 0.37% | - |
| HSV(B) | 157.74º | 0.49% | 0.49% | - |
| XYZ | 12.02 | 16.99 | 15.48 | - |
| YUV | 104.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 103 | 0.49 | 0 | 0.18 | 0.51 | 157.74 | 0.33 | 0.37 |
| Hex | 40 | 7E | 67 | 31 | 0 | 12 | 33 | 9E | 21 | 25 |
| Octal | 100 | 176 | 147 | 61 | 0 | 22 | 63 | 236 | 41 | 45 |
| Binary | 1000000 | 1111110 | 1100111 | 110001 | 0 | 10010 | 110011 | 10011110 | 100001 | 100101 |
Color Harmonies of #407E67
Complementary color
Monochromatic Colors of #407E67
Black with #407E67
Text Example
Text Example
White with #407E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E67; }
p { color: rgb(64,126,103); }
H1.HeaderClassName
{
color: #407E67;
}
.AnyTagClassName
{
color: #407E67;
}
</style>
background-color css
<style>
a { background-color: #407E67; }
a { background-color: rgb(64,126,103); }
div.DivClassName
{
background-color: #407E67;
}
.BgClassName
{
background-color: #407E67;
}
</style>
border-color css
<style>
span { border-color: #407E67; }
span { border-color: rgb(64,126,103); }
td.TdClassName
{
border-color: #407E67;
}
.TagClassName
{
border-color: #407E67;
}
</style>