Shades of Viridian #437D68
Tints of Viridian #437D68
RGB
CMYK
RGB Variations
Color information
#437D68 (or 0x437D68) is known color: Viridian. HEX triplet: 43, 7D and 68. RGB value is (67,125,104). Sum of RGB (Red+Green+Blue) = 67+125+104=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #437D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437D68 is #BC8297. Grayscale: #696969. Windows color (decimal): -12354200 or 6847811. OLE color: 6847811.
HSL color Cylindrical-coordinate representation of color #437D68: hue angle of 158.28º 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 #437D68 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 125 | 104 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.51 |
| HSL | 158.28º | 0.3% | 0.38% | - |
| HSV(B) | 158.28º | 0.46% | 0.49% | - |
| XYZ | 12.15 | 16.86 | 15.71 | - |
| YUV | 105.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 125 | 104 | 0.46 | 0 | 0.17 | 0.51 | 158.28 | 0.3 | 0.38 |
| Hex | 43 | 7D | 68 | 2E | 0 | 11 | 33 | 9E | 1E | 26 |
| Octal | 103 | 175 | 150 | 56 | 0 | 21 | 63 | 236 | 36 | 46 |
| Binary | 1000011 | 1111101 | 1101000 | 101110 | 0 | 10001 | 110011 | 10011110 | 11110 | 100110 |
Color Harmonies of #437D68
Complementary color
Monochromatic Colors of #437D68
Black with #437D68
Text Example
Text Example
White with #437D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437D68; }
p { color: rgb(67,125,104); }
H1.HeaderClassName
{
color: #437D68;
}
.AnyTagClassName
{
color: #437D68;
}
</style>
background-color css
<style>
a { background-color: #437D68; }
a { background-color: rgb(67,125,104); }
div.DivClassName
{
background-color: #437D68;
}
.BgClassName
{
background-color: #437D68;
}
</style>
border-color css
<style>
span { border-color: #437D68; }
span { border-color: rgb(67,125,104); }
td.TdClassName
{
border-color: #437D68;
}
.TagClassName
{
border-color: #437D68;
}
</style>