Shades of Viridian #438473
Tints of Viridian #438473
RGB
CMYK
RGB Variations
Color information
#438473 (or 0x438473) is known color: Viridian. HEX triplet: 43, 84 and 73. RGB value is (67,132,115). Sum of RGB (Red+Green+Blue) = 67+132+115=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #438473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438473 is #BC7B8C. Grayscale: #6E6E6E. Windows color (decimal): -12352397 or 7570499. OLE color: 7570499.
HSL color Cylindrical-coordinate representation of color #438473: hue angle of 164.31º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438473 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 132 | 115 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.48 |
| HSL | 164.31º | 0.33% | 0.39% | - |
| HSV(B) | 164.31º | 0.49% | 0.52% | - |
| XYZ | 13.66 | 18.93 | 19.15 | - |
| YUV | 110.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 115 | 0.49 | 0 | 0.13 | 0.48 | 164.31 | 0.33 | 0.39 |
| Hex | 43 | 84 | 73 | 31 | 0 | D | 30 | A4 | 21 | 27 |
| Octal | 103 | 204 | 163 | 61 | 0 | 15 | 60 | 244 | 41 | 47 |
| Binary | 1000011 | 10000100 | 1110011 | 110001 | 0 | 1101 | 110000 | 10100100 | 100001 | 100111 |
Color Harmonies of #438473
Complementary color
Monochromatic Colors of #438473
Black with #438473
Text Example
Text Example
White with #438473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438473; }
p { color: rgb(67,132,115); }
H1.HeaderClassName
{
color: #438473;
}
.AnyTagClassName
{
color: #438473;
}
</style>
background-color css
<style>
a { background-color: #438473; }
a { background-color: rgb(67,132,115); }
div.DivClassName
{
background-color: #438473;
}
.BgClassName
{
background-color: #438473;
}
</style>
border-color css
<style>
span { border-color: #438473; }
span { border-color: rgb(67,132,115); }
td.TdClassName
{
border-color: #438473;
}
.TagClassName
{
border-color: #438473;
}
</style>