Shades of Viridian #43916F
Tints of Viridian #43916F
RGB
CMYK
RGB Variations
Color information
#43916F (or 0x43916F) is known color: Viridian. HEX triplet: 43, 91 and 6F. RGB value is (67,145,111). Sum of RGB (Red+Green+Blue) = 67+145+111=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #43916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43916F is #BC6E90. Grayscale: #757575. Windows color (decimal): -12349073 or 7311683. OLE color: 7311683.
HSL color Cylindrical-coordinate representation of color #43916F: hue angle of 153.85º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43916F is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 145 | 111 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.43 |
| HSL | 153.85º | 0.37% | 0.42% | - |
| HSV(B) | 153.85º | 0.54% | 0.57% | - |
| XYZ | 15.31 | 22.59 | 18.59 | - |
| YUV | 117.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 111 | 0.54 | 0 | 0.23 | 0.43 | 153.85 | 0.37 | 0.42 |
| Hex | 43 | 91 | 6F | 36 | 0 | 17 | 2B | 9A | 25 | 2A |
| Octal | 103 | 221 | 157 | 66 | 0 | 27 | 53 | 232 | 45 | 52 |
| Binary | 1000011 | 10010001 | 1101111 | 110110 | 0 | 10111 | 101011 | 10011010 | 100101 | 101010 |
Color Harmonies of #43916F
Complementary color
Monochromatic Colors of #43916F
Black with #43916F
Text Example
Text Example
White with #43916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43916F; }
p { color: rgb(67,145,111); }
H1.HeaderClassName
{
color: #43916F;
}
.AnyTagClassName
{
color: #43916F;
}
</style>
background-color css
<style>
a { background-color: #43916F; }
a { background-color: rgb(67,145,111); }
div.DivClassName
{
background-color: #43916F;
}
.BgClassName
{
background-color: #43916F;
}
</style>
border-color css
<style>
span { border-color: #43916F; }
span { border-color: rgb(67,145,111); }
td.TdClassName
{
border-color: #43916F;
}
.TagClassName
{
border-color: #43916F;
}
</style>