Shades of Viridian #437C68
Tints of Viridian #437C68
RGB
CMYK
RGB Variations
Color information
#437C68 (or 0x437C68) is known color: Viridian. HEX triplet: 43, 7C and 68. RGB value is (67,124,104). Sum of RGB (Red+Green+Blue) = 67+124+104=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #437C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437C68 is #BC8397. Grayscale: #686868. Windows color (decimal): -12354456 or 6847555. OLE color: 6847555.
HSL color Cylindrical-coordinate representation of color #437C68: hue angle of 158.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #437C68 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 124 | 104 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.51 |
| HSL | 158.95º | 0.3% | 0.37% | - |
| HSV(B) | 158.95º | 0.46% | 0.49% | - |
| XYZ | 12.02 | 16.61 | 15.67 | - |
| YUV | 104.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 124 | 104 | 0.46 | 0 | 0.16 | 0.51 | 158.95 | 0.3 | 0.37 |
| Hex | 43 | 7C | 68 | 2E | 0 | 10 | 33 | 9F | 1E | 25 |
| Octal | 103 | 174 | 150 | 56 | 0 | 20 | 63 | 237 | 36 | 45 |
| Binary | 1000011 | 1111100 | 1101000 | 101110 | 0 | 10000 | 110011 | 10011111 | 11110 | 100101 |
Color Harmonies of #437C68
Complementary color
Monochromatic Colors of #437C68
Black with #437C68
Text Example
Text Example
White with #437C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437C68; }
p { color: rgb(67,124,104); }
H1.HeaderClassName
{
color: #437C68;
}
.AnyTagClassName
{
color: #437C68;
}
</style>
background-color css
<style>
a { background-color: #437C68; }
a { background-color: rgb(67,124,104); }
div.DivClassName
{
background-color: #437C68;
}
.BgClassName
{
background-color: #437C68;
}
</style>
border-color css
<style>
span { border-color: #437C68; }
span { border-color: rgb(67,124,104); }
td.TdClassName
{
border-color: #437C68;
}
.TagClassName
{
border-color: #437C68;
}
</style>