Shades of Viridian #437D66
Tints of Viridian #437D66
RGB
CMYK
RGB Variations
Color information
#437D66 (or 0x437D66) is known color: Viridian. HEX triplet: 43, 7D and 66. RGB value is (67,125,102). Sum of RGB (Red+Green+Blue) = 67+125+102=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 125 - color contains mainly: green. Hex color #437D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437D66 is #BC8299. Grayscale: #696969. Windows color (decimal): -12354202 or 6716739. OLE color: 6716739.
HSL color Cylindrical-coordinate representation of color #437D66: hue angle of 156.21º 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 #437D66 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 125 | 102 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.51 |
| HSL | 156.21º | 0.3% | 0.38% | - |
| HSV(B) | 156.21º | 0.46% | 0.49% | - |
| XYZ | 12.05 | 16.82 | 15.18 | - |
| YUV | 105.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 125 | 102 | 0.46 | 0 | 0.18 | 0.51 | 156.21 | 0.3 | 0.38 |
| Hex | 43 | 7D | 66 | 2E | 0 | 12 | 33 | 9C | 1E | 26 |
| Octal | 103 | 175 | 146 | 56 | 0 | 22 | 63 | 234 | 36 | 46 |
| Binary | 1000011 | 1111101 | 1100110 | 101110 | 0 | 10010 | 110011 | 10011100 | 11110 | 100110 |
Color Harmonies of #437D66
Complementary color
Monochromatic Colors of #437D66
Black with #437D66
Text Example
Text Example
White with #437D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437D66; }
p { color: rgb(67,125,102); }
H1.HeaderClassName
{
color: #437D66;
}
.AnyTagClassName
{
color: #437D66;
}
</style>
background-color css
<style>
a { background-color: #437D66; }
a { background-color: rgb(67,125,102); }
div.DivClassName
{
background-color: #437D66;
}
.BgClassName
{
background-color: #437D66;
}
</style>
border-color css
<style>
span { border-color: #437D66; }
span { border-color: rgb(67,125,102); }
td.TdClassName
{
border-color: #437D66;
}
.TagClassName
{
border-color: #437D66;
}
</style>