Shades of Viridian #437462
Tints of Viridian #437462
RGB
CMYK
RGB Variations
Color information
#437462 (or 0x437462) is known color: Viridian. HEX triplet: 43, 74 and 62. RGB value is (67,116,98). Sum of RGB (Red+Green+Blue) = 67+116+98=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #437462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437462 is #BC8B9D. Grayscale: #636363. Windows color (decimal): -12356510 or 6452291. OLE color: 6452291.
HSL color Cylindrical-coordinate representation of color #437462: hue angle of 157.96º 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 #437462 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 116 | 98 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.55 |
| HSL | 157.96º | 0.27% | 0.36% | - |
| HSV(B) | 157.96º | 0.42% | 0.45% | - |
| XYZ | 10.76 | 14.57 | 13.8 | - |
| YUV | 99.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 98 | 0.42 | 0 | 0.16 | 0.55 | 157.96 | 0.27 | 0.36 |
| Hex | 43 | 74 | 62 | 2A | 0 | 10 | 37 | 9E | 1B | 24 |
| Octal | 103 | 164 | 142 | 52 | 0 | 20 | 67 | 236 | 33 | 44 |
| Binary | 1000011 | 1110100 | 1100010 | 101010 | 0 | 10000 | 110111 | 10011110 | 11011 | 100100 |
Color Harmonies of #437462
Complementary color
Monochromatic Colors of #437462
Black with #437462
Text Example
Text Example
White with #437462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437462; }
p { color: rgb(67,116,98); }
H1.HeaderClassName
{
color: #437462;
}
.AnyTagClassName
{
color: #437462;
}
</style>
background-color css
<style>
a { background-color: #437462; }
a { background-color: rgb(67,116,98); }
div.DivClassName
{
background-color: #437462;
}
.BgClassName
{
background-color: #437462;
}
</style>
border-color css
<style>
span { border-color: #437462; }
span { border-color: rgb(67,116,98); }
td.TdClassName
{
border-color: #437462;
}
.TagClassName
{
border-color: #437462;
}
</style>