Shades of Viridian #438D69
Tints of Viridian #438D69
RGB
CMYK
RGB Variations
Color information
#438D69 (or 0x438D69) is known color: Viridian. HEX triplet: 43, 8D and 69. RGB value is (67,141,105). Sum of RGB (Red+Green+Blue) = 67+141+105=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #438D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438D69 is #BC7296. Grayscale: #727272. Windows color (decimal): -12350103 or 6917443. OLE color: 6917443.
HSL color Cylindrical-coordinate representation of color #438D69: hue angle of 150.81º 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 #438D69 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 141 | 105 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.45 |
| HSL | 150.81º | 0.36% | 0.41% | - |
| HSV(B) | 150.81º | 0.52% | 0.55% | - |
| XYZ | 14.39 | 21.26 | 16.71 | - |
| YUV | 114.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 105 | 0.52 | 0 | 0.26 | 0.45 | 150.81 | 0.36 | 0.41 |
| Hex | 43 | 8D | 69 | 34 | 0 | 1A | 2D | 97 | 24 | 29 |
| Octal | 103 | 215 | 151 | 64 | 0 | 32 | 55 | 227 | 44 | 51 |
| Binary | 1000011 | 10001101 | 1101001 | 110100 | 0 | 11010 | 101101 | 10010111 | 100100 | 101001 |
Color Harmonies of #438D69
Complementary color
Monochromatic Colors of #438D69
Black with #438D69
Text Example
Text Example
White with #438D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438D69; }
p { color: rgb(67,141,105); }
H1.HeaderClassName
{
color: #438D69;
}
.AnyTagClassName
{
color: #438D69;
}
</style>
background-color css
<style>
a { background-color: #438D69; }
a { background-color: rgb(67,141,105); }
div.DivClassName
{
background-color: #438D69;
}
.BgClassName
{
background-color: #438D69;
}
</style>
border-color css
<style>
span { border-color: #438D69; }
span { border-color: rgb(67,141,105); }
td.TdClassName
{
border-color: #438D69;
}
.TagClassName
{
border-color: #438D69;
}
</style>