Shades of Viridian #437D70
Tints of Viridian #437D70
RGB
CMYK
RGB Variations
Color information
#437D70 (or 0x437D70) is known color: Viridian. HEX triplet: 43, 7D and 70. RGB value is (67,125,112). Sum of RGB (Red+Green+Blue) = 67+125+112=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #437D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437D70 is #BC828F. Grayscale: #6A6A6A. Windows color (decimal): -12354192 or 7372099. OLE color: 7372099.
HSL color Cylindrical-coordinate representation of color #437D70: hue angle of 166.55º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #437D70 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 125 | 112 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.51 |
| HSL | 166.55º | 0.3% | 0.38% | - |
| HSV(B) | 166.55º | 0.46% | 0.49% | - |
| XYZ | 12.57 | 17.03 | 17.95 | - |
| YUV | 106.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 125 | 112 | 0.46 | 0 | 0.10 | 0.51 | 166.55 | 0.3 | 0.38 |
| Hex | 43 | 7D | 70 | 2E | 0 | A | 33 | A7 | 1E | 26 |
| Octal | 103 | 175 | 160 | 56 | 0 | 12 | 63 | 247 | 36 | 46 |
| Binary | 1000011 | 1111101 | 1110000 | 101110 | 0 | 1010 | 110011 | 10100111 | 11110 | 100110 |
Color Harmonies of #437D70
Complementary color
Monochromatic Colors of #437D70
Black with #437D70
Text Example
Text Example
White with #437D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437D70; }
p { color: rgb(67,125,112); }
H1.HeaderClassName
{
color: #437D70;
}
.AnyTagClassName
{
color: #437D70;
}
</style>
background-color css
<style>
a { background-color: #437D70; }
a { background-color: rgb(67,125,112); }
div.DivClassName
{
background-color: #437D70;
}
.BgClassName
{
background-color: #437D70;
}
</style>
border-color css
<style>
span { border-color: #437D70; }
span { border-color: rgb(67,125,112); }
td.TdClassName
{
border-color: #437D70;
}
.TagClassName
{
border-color: #437D70;
}
</style>