Shades of Viridian #438172
Tints of Viridian #438172
RGB
CMYK
RGB Variations
Color information
#438172 (or 0x438172) is known color: Viridian. HEX triplet: 43, 81 and 72. RGB value is (67,129,114). Sum of RGB (Red+Green+Blue) = 67+129+114=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #438172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438172 is #BC7E8D. Grayscale: #6C6C6C. Windows color (decimal): -12353166 or 7504195. OLE color: 7504195.
HSL color Cylindrical-coordinate representation of color #438172: hue angle of 165.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438172 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 129 | 114 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.49 |
| HSL | 165.48º | 0.32% | 0.38% | - |
| HSV(B) | 165.48º | 0.48% | 0.51% | - |
| XYZ | 13.2 | 18.11 | 18.72 | - |
| YUV | 108.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 114 | 0.48 | 0 | 0.12 | 0.49 | 165.48 | 0.32 | 0.38 |
| Hex | 43 | 81 | 72 | 30 | 0 | C | 31 | A5 | 20 | 26 |
| Octal | 103 | 201 | 162 | 60 | 0 | 14 | 61 | 245 | 40 | 46 |
| Binary | 1000011 | 10000001 | 1110010 | 110000 | 0 | 1100 | 110001 | 10100101 | 100000 | 100110 |
Color Harmonies of #438172
Complementary color
Monochromatic Colors of #438172
Black with #438172
Text Example
Text Example
White with #438172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438172; }
p { color: rgb(67,129,114); }
H1.HeaderClassName
{
color: #438172;
}
.AnyTagClassName
{
color: #438172;
}
</style>
background-color css
<style>
a { background-color: #438172; }
a { background-color: rgb(67,129,114); }
div.DivClassName
{
background-color: #438172;
}
.BgClassName
{
background-color: #438172;
}
</style>
border-color css
<style>
span { border-color: #438172; }
span { border-color: rgb(67,129,114); }
td.TdClassName
{
border-color: #438172;
}
.TagClassName
{
border-color: #438172;
}
</style>