Shades of Viridian #437461
Tints of Viridian #437461
RGB
CMYK
RGB Variations
Color information
#437461 (or 0x437461) is known color: Viridian. HEX triplet: 43, 74 and 61. RGB value is (67,116,97). Sum of RGB (Red+Green+Blue) = 67+116+97=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #437461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437461 is #BC8B9E. Grayscale: #636363. Windows color (decimal): -12356511 or 6386755. OLE color: 6386755.
HSL color Cylindrical-coordinate representation of color #437461: hue angle of 156.73º 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 #437461 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 116 | 97 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.55 |
| HSL | 156.73º | 0.27% | 0.36% | - |
| HSV(B) | 156.73º | 0.42% | 0.45% | - |
| XYZ | 10.72 | 14.55 | 13.55 | - |
| YUV | 99.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 97 | 0.42 | 0 | 0.16 | 0.55 | 156.73 | 0.27 | 0.36 |
| Hex | 43 | 74 | 61 | 2A | 0 | 10 | 37 | 9D | 1B | 24 |
| Octal | 103 | 164 | 141 | 52 | 0 | 20 | 67 | 235 | 33 | 44 |
| Binary | 1000011 | 1110100 | 1100001 | 101010 | 0 | 10000 | 110111 | 10011101 | 11011 | 100100 |
Color Harmonies of #437461
Complementary color
Monochromatic Colors of #437461
Black with #437461
Text Example
Text Example
White with #437461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437461; }
p { color: rgb(67,116,97); }
H1.HeaderClassName
{
color: #437461;
}
.AnyTagClassName
{
color: #437461;
}
</style>
background-color css
<style>
a { background-color: #437461; }
a { background-color: rgb(67,116,97); }
div.DivClassName
{
background-color: #437461;
}
.BgClassName
{
background-color: #437461;
}
</style>
border-color css
<style>
span { border-color: #437461; }
span { border-color: rgb(67,116,97); }
td.TdClassName
{
border-color: #437461;
}
.TagClassName
{
border-color: #437461;
}
</style>