Shades of Viridian #43886C
Tints of Viridian #43886C
RGB
CMYK
RGB Variations
Color information
#43886C (or 0x43886C) is known color: Viridian. HEX triplet: 43, 88 and 6C. RGB value is (67,136,108). Sum of RGB (Red+Green+Blue) = 67+136+108=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #43886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43886C is #BC7793. Grayscale: #707070. Windows color (decimal): -12351380 or 7112771. OLE color: 7112771.
HSL color Cylindrical-coordinate representation of color #43886C: hue angle of 155.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43886C is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 136 | 108 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.47 |
| HSL | 155.65º | 0.34% | 0.4% | - |
| HSV(B) | 155.65º | 0.51% | 0.53% | - |
| XYZ | 13.83 | 19.88 | 17.3 | - |
| YUV | 112.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 108 | 0.51 | 0 | 0.21 | 0.47 | 155.65 | 0.34 | 0.4 |
| Hex | 43 | 88 | 6C | 33 | 0 | 15 | 2F | 9C | 22 | 28 |
| Octal | 103 | 210 | 154 | 63 | 0 | 25 | 57 | 234 | 42 | 50 |
| Binary | 1000011 | 10001000 | 1101100 | 110011 | 0 | 10101 | 101111 | 10011100 | 100010 | 101000 |
Color Harmonies of #43886C
Complementary color
Monochromatic Colors of #43886C
Black with #43886C
Text Example
Text Example
White with #43886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43886C; }
p { color: rgb(67,136,108); }
H1.HeaderClassName
{
color: #43886C;
}
.AnyTagClassName
{
color: #43886C;
}
</style>
background-color css
<style>
a { background-color: #43886C; }
a { background-color: rgb(67,136,108); }
div.DivClassName
{
background-color: #43886C;
}
.BgClassName
{
background-color: #43886C;
}
</style>
border-color css
<style>
span { border-color: #43886C; }
span { border-color: rgb(67,136,108); }
td.TdClassName
{
border-color: #43886C;
}
.TagClassName
{
border-color: #43886C;
}
</style>