Shades of Viridian #438964
Tints of Viridian #438964
RGB
CMYK
RGB Variations
Color information
#438964 (or 0x438964) is known color: Viridian. HEX triplet: 43, 89 and 64. RGB value is (67,137,100). Sum of RGB (Red+Green+Blue) = 67+137+100=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #438964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438964 is #BC769B. Grayscale: #6F6F6F. Windows color (decimal): -12351132 or 6588739. OLE color: 6588739.
HSL color Cylindrical-coordinate representation of color #438964: hue angle of 148.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438964 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 137 | 100 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.46 |
| HSL | 148.29º | 0.34% | 0.4% | - |
| HSV(B) | 148.29º | 0.51% | 0.54% | - |
| XYZ | 13.56 | 20 | 15.2 | - |
| YUV | 111.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 137 | 100 | 0.51 | 0 | 0.27 | 0.46 | 148.29 | 0.34 | 0.4 |
| Hex | 43 | 89 | 64 | 33 | 0 | 1B | 2E | 94 | 22 | 28 |
| Octal | 103 | 211 | 144 | 63 | 0 | 33 | 56 | 224 | 42 | 50 |
| Binary | 1000011 | 10001001 | 1100100 | 110011 | 0 | 11011 | 101110 | 10010100 | 100010 | 101000 |
Color Harmonies of #438964
Complementary color
Monochromatic Colors of #438964
Black with #438964
Text Example
Text Example
White with #438964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438964; }
p { color: rgb(67,137,100); }
H1.HeaderClassName
{
color: #438964;
}
.AnyTagClassName
{
color: #438964;
}
</style>
background-color css
<style>
a { background-color: #438964; }
a { background-color: rgb(67,137,100); }
div.DivClassName
{
background-color: #438964;
}
.BgClassName
{
background-color: #438964;
}
</style>
border-color css
<style>
span { border-color: #438964; }
span { border-color: rgb(67,137,100); }
td.TdClassName
{
border-color: #438964;
}
.TagClassName
{
border-color: #438964;
}
</style>