Shades of Viridian #438D6D
Tints of Viridian #438D6D
RGB
CMYK
RGB Variations
Color information
#438D6D (or 0x438D6D) is known color: Viridian. HEX triplet: 43, 8D and 6D. RGB value is (67,141,109). Sum of RGB (Red+Green+Blue) = 67+141+109=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #438D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438D6D is #BC7292. Grayscale: #737373. Windows color (decimal): -12350099 or 7179587. OLE color: 7179587.
HSL color Cylindrical-coordinate representation of color #438D6D: hue angle of 154.05º 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 #438D6D is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 141 | 109 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.45 |
| HSL | 154.05º | 0.36% | 0.41% | - |
| HSV(B) | 154.05º | 0.52% | 0.55% | - |
| XYZ | 14.6 | 21.35 | 17.82 | - |
| YUV | 115.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 109 | 0.52 | 0 | 0.23 | 0.45 | 154.05 | 0.36 | 0.41 |
| Hex | 43 | 8D | 6D | 34 | 0 | 17 | 2D | 9A | 24 | 29 |
| Octal | 103 | 215 | 155 | 64 | 0 | 27 | 55 | 232 | 44 | 51 |
| Binary | 1000011 | 10001101 | 1101101 | 110100 | 0 | 10111 | 101101 | 10011010 | 100100 | 101001 |
Color Harmonies of #438D6D
Complementary color
Monochromatic Colors of #438D6D
Black with #438D6D
Text Example
Text Example
White with #438D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438D6D; }
p { color: rgb(67,141,109); }
H1.HeaderClassName
{
color: #438D6D;
}
.AnyTagClassName
{
color: #438D6D;
}
</style>
background-color css
<style>
a { background-color: #438D6D; }
a { background-color: rgb(67,141,109); }
div.DivClassName
{
background-color: #438D6D;
}
.BgClassName
{
background-color: #438D6D;
}
</style>
border-color css
<style>
span { border-color: #438D6D; }
span { border-color: rgb(67,141,109); }
td.TdClassName
{
border-color: #438D6D;
}
.TagClassName
{
border-color: #438D6D;
}
</style>