Shades of Viridian #438671
Tints of Viridian #438671
RGB
CMYK
RGB Variations
Color information
#438671 (or 0x438671) is known color: Viridian. HEX triplet: 43, 86 and 71. RGB value is (67,134,113). Sum of RGB (Red+Green+Blue) = 67+134+113=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #438671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438671 is #BC798E. Grayscale: #6F6F6F. Windows color (decimal): -12351887 or 7439939. OLE color: 7439939.
HSL color Cylindrical-coordinate representation of color #438671: hue angle of 161.19º 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 #438671 is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 134 | 113 | - |
| CMYK | 0.5 | 0 | 0.16 | 0.47 |
| HSL | 161.19º | 0.33% | 0.39% | - |
| HSV(B) | 161.19º | 0.5% | 0.53% | - |
| XYZ | 13.82 | 19.44 | 18.65 | - |
| YUV | 111.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 134 | 113 | 0.5 | 0 | 0.16 | 0.47 | 161.19 | 0.33 | 0.39 |
| Hex | 43 | 86 | 71 | 32 | 0 | 10 | 2F | A1 | 21 | 27 |
| Octal | 103 | 206 | 161 | 62 | 0 | 20 | 57 | 241 | 41 | 47 |
| Binary | 1000011 | 10000110 | 1110001 | 110010 | 0 | 10000 | 101111 | 10100001 | 100001 | 100111 |
Color Harmonies of #438671
Complementary color
Monochromatic Colors of #438671
Black with #438671
Text Example
Text Example
White with #438671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438671; }
p { color: rgb(67,134,113); }
H1.HeaderClassName
{
color: #438671;
}
.AnyTagClassName
{
color: #438671;
}
</style>
background-color css
<style>
a { background-color: #438671; }
a { background-color: rgb(67,134,113); }
div.DivClassName
{
background-color: #438671;
}
.BgClassName
{
background-color: #438671;
}
</style>
border-color css
<style>
span { border-color: #438671; }
span { border-color: rgb(67,134,113); }
td.TdClassName
{
border-color: #438671;
}
.TagClassName
{
border-color: #438671;
}
</style>