Shades of Viridian #438676
Tints of Viridian #438676
RGB
CMYK
RGB Variations
Color information
#438676 (or 0x438676) is known color: Viridian. HEX triplet: 43, 86 and 76. RGB value is (67,134,118). Sum of RGB (Red+Green+Blue) = 67+134+118=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #438676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438676 is #BC7989. Grayscale: #707070. Windows color (decimal): -12351882 or 7767619. OLE color: 7767619.
HSL color Cylindrical-coordinate representation of color #438676: hue angle of 165.67º 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 #438676 is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 134 | 118 | - |
| CMYK | 0.5 | 0 | 0.12 | 0.47 |
| HSL | 165.67º | 0.33% | 0.39% | - |
| HSV(B) | 165.67º | 0.5% | 0.53% | - |
| XYZ | 14.11 | 19.55 | 20.17 | - |
| YUV | 112.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 134 | 118 | 0.5 | 0 | 0.12 | 0.47 | 165.67 | 0.33 | 0.39 |
| Hex | 43 | 86 | 76 | 32 | 0 | C | 2F | A6 | 21 | 27 |
| Octal | 103 | 206 | 166 | 62 | 0 | 14 | 57 | 246 | 41 | 47 |
| Binary | 1000011 | 10000110 | 1110110 | 110010 | 0 | 1100 | 101111 | 10100110 | 100001 | 100111 |
Color Harmonies of #438676
Complementary color
Monochromatic Colors of #438676
Black with #438676
Text Example
Text Example
White with #438676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438676; }
p { color: rgb(67,134,118); }
H1.HeaderClassName
{
color: #438676;
}
.AnyTagClassName
{
color: #438676;
}
</style>
background-color css
<style>
a { background-color: #438676; }
a { background-color: rgb(67,134,118); }
div.DivClassName
{
background-color: #438676;
}
.BgClassName
{
background-color: #438676;
}
</style>
border-color css
<style>
span { border-color: #438676; }
span { border-color: rgb(67,134,118); }
td.TdClassName
{
border-color: #438676;
}
.TagClassName
{
border-color: #438676;
}
</style>