Shades of Viridian #438D67
Tints of Viridian #438D67
RGB
CMYK
RGB Variations
Color information
#438D67 (or 0x438D67) is known color: Viridian. HEX triplet: 43, 8D and 67. RGB value is (67,141,103). Sum of RGB (Red+Green+Blue) = 67+141+103=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #438D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438D67 is #BC7298. Grayscale: #727272. Windows color (decimal): -12350105 or 6786371. OLE color: 6786371.
HSL color Cylindrical-coordinate representation of color #438D67: hue angle of 149.19º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438D67 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 141 | 103 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.45 |
| HSL | 149.19º | 0.36% | 0.41% | - |
| HSV(B) | 149.19º | 0.52% | 0.55% | - |
| XYZ | 14.29 | 21.22 | 16.18 | - |
| YUV | 114.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 103 | 0.52 | 0 | 0.27 | 0.45 | 149.19 | 0.36 | 0.41 |
| Hex | 43 | 8D | 67 | 34 | 0 | 1B | 2D | 95 | 24 | 29 |
| Octal | 103 | 215 | 147 | 64 | 0 | 33 | 55 | 225 | 44 | 51 |
| Binary | 1000011 | 10001101 | 1100111 | 110100 | 0 | 11011 | 101101 | 10010101 | 100100 | 101001 |
Color Harmonies of #438D67
Complementary color
Monochromatic Colors of #438D67
Black with #438D67
Text Example
Text Example
White with #438D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438D67; }
p { color: rgb(67,141,103); }
H1.HeaderClassName
{
color: #438D67;
}
.AnyTagClassName
{
color: #438D67;
}
</style>
background-color css
<style>
a { background-color: #438D67; }
a { background-color: rgb(67,141,103); }
div.DivClassName
{
background-color: #438D67;
}
.BgClassName
{
background-color: #438D67;
}
</style>
border-color css
<style>
span { border-color: #438D67; }
span { border-color: rgb(67,141,103); }
td.TdClassName
{
border-color: #438D67;
}
.TagClassName
{
border-color: #438D67;
}
</style>