Shades of Viridian #438972
Tints of Viridian #438972
RGB
CMYK
RGB Variations
Color information
#438972 (or 0x438972) is known color: Viridian. HEX triplet: 43, 89 and 72. RGB value is (67,137,114). Sum of RGB (Red+Green+Blue) = 67+137+114=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #438972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438972 is #BC768D. Grayscale: #717171. Windows color (decimal): -12351118 or 7506243. OLE color: 7506243.
HSL color Cylindrical-coordinate representation of color #438972: hue angle of 160.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438972 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 137 | 114 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.46 |
| HSL | 160.29º | 0.34% | 0.4% | - |
| HSV(B) | 160.29º | 0.51% | 0.54% | - |
| XYZ | 14.3 | 20.3 | 19.08 | - |
| YUV | 113.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 137 | 114 | 0.51 | 0 | 0.17 | 0.46 | 160.29 | 0.34 | 0.4 |
| Hex | 43 | 89 | 72 | 33 | 0 | 11 | 2E | A0 | 22 | 28 |
| Octal | 103 | 211 | 162 | 63 | 0 | 21 | 56 | 240 | 42 | 50 |
| Binary | 1000011 | 10001001 | 1110010 | 110011 | 0 | 10001 | 101110 | 10100000 | 100010 | 101000 |
Color Harmonies of #438972
Complementary color
Monochromatic Colors of #438972
Black with #438972
Text Example
Text Example
White with #438972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438972; }
p { color: rgb(67,137,114); }
H1.HeaderClassName
{
color: #438972;
}
.AnyTagClassName
{
color: #438972;
}
</style>
background-color css
<style>
a { background-color: #438972; }
a { background-color: rgb(67,137,114); }
div.DivClassName
{
background-color: #438972;
}
.BgClassName
{
background-color: #438972;
}
</style>
border-color css
<style>
span { border-color: #438972; }
span { border-color: rgb(67,137,114); }
td.TdClassName
{
border-color: #438972;
}
.TagClassName
{
border-color: #438972;
}
</style>