Shades of Viridian #437D64
Tints of Viridian #437D64
RGB
CMYK
RGB Variations
Color information
#437D64 (or 0x437D64) is known color: Viridian. HEX triplet: 43, 7D and 64. RGB value is (67,125,100). Sum of RGB (Red+Green+Blue) = 67+125+100=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #437D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437D64 is #BC829B. Grayscale: #686868. Windows color (decimal): -12354204 or 6585667. OLE color: 6585667.
HSL color Cylindrical-coordinate representation of color #437D64: hue angle of 154.14º 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 #437D64 is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 125 | 100 | - |
| CMYK | 0.46 | 0 | 0.2 | 0.51 |
| HSL | 154.14º | 0.3% | 0.38% | - |
| HSV(B) | 154.14º | 0.46% | 0.49% | - |
| XYZ | 11.95 | 16.78 | 14.67 | - |
| YUV | 104.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 125 | 100 | 0.46 | 0 | 0.2 | 0.51 | 154.14 | 0.3 | 0.38 |
| Hex | 43 | 7D | 64 | 2E | 0 | 14 | 33 | 9A | 1E | 26 |
| Octal | 103 | 175 | 144 | 56 | 0 | 24 | 63 | 232 | 36 | 46 |
| Binary | 1000011 | 1111101 | 1100100 | 101110 | 0 | 10100 | 110011 | 10011010 | 11110 | 100110 |
Color Harmonies of #437D64
Complementary color
Monochromatic Colors of #437D64
Black with #437D64
Text Example
Text Example
White with #437D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437D64; }
p { color: rgb(67,125,100); }
H1.HeaderClassName
{
color: #437D64;
}
.AnyTagClassName
{
color: #437D64;
}
</style>
background-color css
<style>
a { background-color: #437D64; }
a { background-color: rgb(67,125,100); }
div.DivClassName
{
background-color: #437D64;
}
.BgClassName
{
background-color: #437D64;
}
</style>
border-color css
<style>
span { border-color: #437D64; }
span { border-color: rgb(67,125,100); }
td.TdClassName
{
border-color: #437D64;
}
.TagClassName
{
border-color: #437D64;
}
</style>