Shades of Viridian #438673
Tints of Viridian #438673
RGB
CMYK
RGB Variations
Color information
#438673 (or 0x438673) is known color: Viridian. HEX triplet: 43, 86 and 73. RGB value is (67,134,115). Sum of RGB (Red+Green+Blue) = 67+134+115=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #438673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438673 is #BC798C. Grayscale: #6F6F6F. Windows color (decimal): -12351885 or 7571011. OLE color: 7571011.
HSL color Cylindrical-coordinate representation of color #438673: hue angle of 162.99º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438673 is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 134 | 115 | - |
| CMYK | 0.5 | 0 | 0.14 | 0.47 |
| HSL | 162.99º | 0.33% | 0.39% | - |
| HSV(B) | 162.99º | 0.5% | 0.53% | - |
| XYZ | 13.93 | 19.48 | 19.25 | - |
| YUV | 111.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 134 | 115 | 0.5 | 0 | 0.14 | 0.47 | 162.99 | 0.33 | 0.39 |
| Hex | 43 | 86 | 73 | 32 | 0 | E | 2F | A3 | 21 | 27 |
| Octal | 103 | 206 | 163 | 62 | 0 | 16 | 57 | 243 | 41 | 47 |
| Binary | 1000011 | 10000110 | 1110011 | 110010 | 0 | 1110 | 101111 | 10100011 | 100001 | 100111 |
Color Harmonies of #438673
Complementary color
Monochromatic Colors of #438673
Black with #438673
Text Example
Text Example
White with #438673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438673; }
p { color: rgb(67,134,115); }
H1.HeaderClassName
{
color: #438673;
}
.AnyTagClassName
{
color: #438673;
}
</style>
background-color css
<style>
a { background-color: #438673; }
a { background-color: rgb(67,134,115); }
div.DivClassName
{
background-color: #438673;
}
.BgClassName
{
background-color: #438673;
}
</style>
border-color css
<style>
span { border-color: #438673; }
span { border-color: rgb(67,134,115); }
td.TdClassName
{
border-color: #438673;
}
.TagClassName
{
border-color: #438673;
}
</style>