Shades of Viridian #438E74
Tints of Viridian #438E74
RGB
CMYK
RGB Variations
Color information
#438E74 (or 0x438E74) is known color: Viridian. HEX triplet: 43, 8E and 74. RGB value is (67,142,116). Sum of RGB (Red+Green+Blue) = 67+142+116=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #438E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438E74 is #BC718B. Grayscale: #747474. Windows color (decimal): -12349836 or 7638595. OLE color: 7638595.
HSL color Cylindrical-coordinate representation of color #438E74: hue angle of 159.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438E74 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 142 | 116 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.44 |
| HSL | 159.2º | 0.36% | 0.41% | - |
| HSV(B) | 159.2º | 0.53% | 0.56% | - |
| XYZ | 15.14 | 21.8 | 19.93 | - |
| YUV | 116.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 142 | 116 | 0.53 | 0 | 0.18 | 0.44 | 159.2 | 0.36 | 0.41 |
| Hex | 43 | 8E | 74 | 35 | 0 | 12 | 2C | 9F | 24 | 29 |
| Octal | 103 | 216 | 164 | 65 | 0 | 22 | 54 | 237 | 44 | 51 |
| Binary | 1000011 | 10001110 | 1110100 | 110101 | 0 | 10010 | 101100 | 10011111 | 100100 | 101001 |
Color Harmonies of #438E74
Complementary color
Monochromatic Colors of #438E74
Black with #438E74
Text Example
Text Example
White with #438E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438E74; }
p { color: rgb(67,142,116); }
H1.HeaderClassName
{
color: #438E74;
}
.AnyTagClassName
{
color: #438E74;
}
</style>
background-color css
<style>
a { background-color: #438E74; }
a { background-color: rgb(67,142,116); }
div.DivClassName
{
background-color: #438E74;
}
.BgClassName
{
background-color: #438E74;
}
</style>
border-color css
<style>
span { border-color: #438E74; }
span { border-color: rgb(67,142,116); }
td.TdClassName
{
border-color: #438E74;
}
.TagClassName
{
border-color: #438E74;
}
</style>