Shades of Viridian #43916C
Tints of Viridian #43916C
RGB
CMYK
RGB Variations
Color information
#43916C (or 0x43916C) is known color: Viridian. HEX triplet: 43, 91 and 6C. RGB value is (67,145,108). Sum of RGB (Red+Green+Blue) = 67+145+108=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #43916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43916C is #BC6E93. Grayscale: #757575. Windows color (decimal): -12349076 or 7115075. OLE color: 7115075.
HSL color Cylindrical-coordinate representation of color #43916C: hue angle of 151.54º 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 #43916C is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 145 | 108 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.43 |
| HSL | 151.54º | 0.37% | 0.42% | - |
| HSV(B) | 151.54º | 0.54% | 0.57% | - |
| XYZ | 15.15 | 22.53 | 17.74 | - |
| YUV | 117.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 108 | 0.54 | 0 | 0.26 | 0.43 | 151.54 | 0.37 | 0.42 |
| Hex | 43 | 91 | 6C | 36 | 0 | 1A | 2B | 98 | 25 | 2A |
| Octal | 103 | 221 | 154 | 66 | 0 | 32 | 53 | 230 | 45 | 52 |
| Binary | 1000011 | 10010001 | 1101100 | 110110 | 0 | 11010 | 101011 | 10011000 | 100101 | 101010 |
Color Harmonies of #43916C
Complementary color
Monochromatic Colors of #43916C
Black with #43916C
Text Example
Text Example
White with #43916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43916C; }
p { color: rgb(67,145,108); }
H1.HeaderClassName
{
color: #43916C;
}
.AnyTagClassName
{
color: #43916C;
}
</style>
background-color css
<style>
a { background-color: #43916C; }
a { background-color: rgb(67,145,108); }
div.DivClassName
{
background-color: #43916C;
}
.BgClassName
{
background-color: #43916C;
}
</style>
border-color css
<style>
span { border-color: #43916C; }
span { border-color: rgb(67,145,108); }
td.TdClassName
{
border-color: #43916C;
}
.TagClassName
{
border-color: #43916C;
}
</style>