Shades of Viridian #437464
Tints of Viridian #437464
RGB
CMYK
RGB Variations
Color information
#437464 (or 0x437464) is known color: Viridian. HEX triplet: 43, 74 and 64. RGB value is (67,116,100). Sum of RGB (Red+Green+Blue) = 67+116+100=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #437464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437464 is #BC8B9B. Grayscale: #636363. Windows color (decimal): -12356508 or 6583363. OLE color: 6583363.
HSL color Cylindrical-coordinate representation of color #437464: hue angle of 160.41º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #437464 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 116 | 100 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.55 |
| HSL | 160.41º | 0.27% | 0.36% | - |
| HSV(B) | 160.41º | 0.42% | 0.45% | - |
| XYZ | 10.86 | 14.6 | 14.3 | - |
| YUV | 99.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 100 | 0.42 | 0 | 0.14 | 0.55 | 160.41 | 0.27 | 0.36 |
| Hex | 43 | 74 | 64 | 2A | 0 | E | 37 | A0 | 1B | 24 |
| Octal | 103 | 164 | 144 | 52 | 0 | 16 | 67 | 240 | 33 | 44 |
| Binary | 1000011 | 1110100 | 1100100 | 101010 | 0 | 1110 | 110111 | 10100000 | 11011 | 100100 |
Color Harmonies of #437464
Complementary color
Monochromatic Colors of #437464
Black with #437464
Text Example
Text Example
White with #437464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437464; }
p { color: rgb(67,116,100); }
H1.HeaderClassName
{
color: #437464;
}
.AnyTagClassName
{
color: #437464;
}
</style>
background-color css
<style>
a { background-color: #437464; }
a { background-color: rgb(67,116,100); }
div.DivClassName
{
background-color: #437464;
}
.BgClassName
{
background-color: #437464;
}
</style>
border-color css
<style>
span { border-color: #437464; }
span { border-color: rgb(67,116,100); }
td.TdClassName
{
border-color: #437464;
}
.TagClassName
{
border-color: #437464;
}
</style>