Shades of Viridian #437768
Tints of Viridian #437768
RGB
CMYK
RGB Variations
Color information
#437768 (or 0x437768) is known color: Viridian. HEX triplet: 43, 77 and 68. RGB value is (67,119,104). Sum of RGB (Red+Green+Blue) = 67+119+104=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #437768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437768 is #BC8897. Grayscale: #656565. Windows color (decimal): -12355736 or 6846275. OLE color: 6846275.
HSL color Cylindrical-coordinate representation of color #437768: hue angle of 162.69º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #437768 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 119 | 104 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.53 |
| HSL | 162.69º | 0.28% | 0.36% | - |
| HSV(B) | 162.69º | 0.44% | 0.47% | - |
| XYZ | 11.41 | 15.39 | 15.47 | - |
| YUV | 101.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 119 | 104 | 0.44 | 0 | 0.13 | 0.53 | 162.69 | 0.28 | 0.36 |
| Hex | 43 | 77 | 68 | 2C | 0 | D | 35 | A3 | 1C | 24 |
| Octal | 103 | 167 | 150 | 54 | 0 | 15 | 65 | 243 | 34 | 44 |
| Binary | 1000011 | 1110111 | 1101000 | 101100 | 0 | 1101 | 110101 | 10100011 | 11100 | 100100 |
Color Harmonies of #437768
Complementary color
Monochromatic Colors of #437768
Black with #437768
Text Example
Text Example
White with #437768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437768; }
p { color: rgb(67,119,104); }
H1.HeaderClassName
{
color: #437768;
}
.AnyTagClassName
{
color: #437768;
}
</style>
background-color css
<style>
a { background-color: #437768; }
a { background-color: rgb(67,119,104); }
div.DivClassName
{
background-color: #437768;
}
.BgClassName
{
background-color: #437768;
}
</style>
border-color css
<style>
span { border-color: #437768; }
span { border-color: rgb(67,119,104); }
td.TdClassName
{
border-color: #437768;
}
.TagClassName
{
border-color: #437768;
}
</style>