Shades of Viridian #438A72
Tints of Viridian #438A72
RGB
CMYK
RGB Variations
Color information
#438A72 (or 0x438A72) is known color: Viridian. HEX triplet: 43, 8A and 72. RGB value is (67,138,114). Sum of RGB (Red+Green+Blue) = 67+138+114=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #438A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438A72 is #BC758D. Grayscale: #727272. Windows color (decimal): -12350862 or 7506499. OLE color: 7506499.
HSL color Cylindrical-coordinate representation of color #438A72: hue angle of 159.72º degrees, saturation: 0.35, 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 #438A72 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 138 | 114 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.46 |
| HSL | 159.72º | 0.35% | 0.4% | - |
| HSV(B) | 159.72º | 0.51% | 0.54% | - |
| XYZ | 14.44 | 20.59 | 19.13 | - |
| YUV | 114.04 | 127.98 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 114 | 0.51 | 0 | 0.17 | 0.46 | 159.72 | 0.35 | 0.4 |
| Hex | 43 | 8A | 72 | 33 | 0 | 11 | 2E | A0 | 23 | 28 |
| Octal | 103 | 212 | 162 | 63 | 0 | 21 | 56 | 240 | 43 | 50 |
| Binary | 1000011 | 10001010 | 1110010 | 110011 | 0 | 10001 | 101110 | 10100000 | 100011 | 101000 |
Color Harmonies of #438A72
Complementary color
Monochromatic Colors of #438A72
Black with #438A72
Text Example
Text Example
White with #438A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A72; }
p { color: rgb(67,138,114); }
H1.HeaderClassName
{
color: #438A72;
}
.AnyTagClassName
{
color: #438A72;
}
</style>
background-color css
<style>
a { background-color: #438A72; }
a { background-color: rgb(67,138,114); }
div.DivClassName
{
background-color: #438A72;
}
.BgClassName
{
background-color: #438A72;
}
</style>
border-color css
<style>
span { border-color: #438A72; }
span { border-color: rgb(67,138,114); }
td.TdClassName
{
border-color: #438A72;
}
.TagClassName
{
border-color: #438A72;
}
</style>