Shades of Viridian #437362
Tints of Viridian #437362
RGB
CMYK
RGB Variations
Color information
#437362 (or 0x437362) is known color: Viridian. HEX triplet: 43, 73 and 62. RGB value is (67,115,98). Sum of RGB (Red+Green+Blue) = 67+115+98=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #437362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437362 is #BC8C9D. Grayscale: #626262. Windows color (decimal): -12356766 or 6452035. OLE color: 6452035.
HSL color Cylindrical-coordinate representation of color #437362: hue angle of 158.75º degrees, saturation: 0.26, 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 #437362 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 115 | 98 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.55 |
| HSL | 158.75º | 0.26% | 0.36% | - |
| HSV(B) | 158.75º | 0.42% | 0.45% | - |
| XYZ | 10.65 | 14.34 | 13.76 | - |
| YUV | 98.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 98 | 0.42 | 0 | 0.15 | 0.55 | 158.75 | 0.26 | 0.36 |
| Hex | 43 | 73 | 62 | 2A | 0 | F | 37 | 9F | 1A | 24 |
| Octal | 103 | 163 | 142 | 52 | 0 | 17 | 67 | 237 | 32 | 44 |
| Binary | 1000011 | 1110011 | 1100010 | 101010 | 0 | 1111 | 110111 | 10011111 | 11010 | 100100 |
Color Harmonies of #437362
Complementary color
Monochromatic Colors of #437362
Black with #437362
Text Example
Text Example
White with #437362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437362; }
p { color: rgb(67,115,98); }
H1.HeaderClassName
{
color: #437362;
}
.AnyTagClassName
{
color: #437362;
}
</style>
background-color css
<style>
a { background-color: #437362; }
a { background-color: rgb(67,115,98); }
div.DivClassName
{
background-color: #437362;
}
.BgClassName
{
background-color: #437362;
}
</style>
border-color css
<style>
span { border-color: #437362; }
span { border-color: rgb(67,115,98); }
td.TdClassName
{
border-color: #437362;
}
.TagClassName
{
border-color: #437362;
}
</style>