Shades of Viridian #43896B
Tints of Viridian #43896B
RGB
CMYK
RGB Variations
Color information
#43896B (or 0x43896B) is known color: Viridian. HEX triplet: 43, 89 and 6B. RGB value is (67,137,107). Sum of RGB (Red+Green+Blue) = 67+137+107=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #43896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43896B is #BC7694. Grayscale: #707070. Windows color (decimal): -12351125 or 7047491. OLE color: 7047491.
HSL color Cylindrical-coordinate representation of color #43896B: hue angle of 154.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 #43896B is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 137 | 107 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.46 |
| HSL | 154.29º | 0.34% | 0.4% | - |
| HSV(B) | 154.29º | 0.51% | 0.54% | - |
| XYZ | 13.91 | 20.15 | 17.07 | - |
| YUV | 112.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 137 | 107 | 0.51 | 0 | 0.22 | 0.46 | 154.29 | 0.34 | 0.4 |
| Hex | 43 | 89 | 6B | 33 | 0 | 16 | 2E | 9A | 22 | 28 |
| Octal | 103 | 211 | 153 | 63 | 0 | 26 | 56 | 232 | 42 | 50 |
| Binary | 1000011 | 10001001 | 1101011 | 110011 | 0 | 10110 | 101110 | 10011010 | 100010 | 101000 |
Color Harmonies of #43896B
Complementary color
Monochromatic Colors of #43896B
Black with #43896B
Text Example
Text Example
White with #43896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43896B; }
p { color: rgb(67,137,107); }
H1.HeaderClassName
{
color: #43896B;
}
.AnyTagClassName
{
color: #43896B;
}
</style>
background-color css
<style>
a { background-color: #43896B; }
a { background-color: rgb(67,137,107); }
div.DivClassName
{
background-color: #43896B;
}
.BgClassName
{
background-color: #43896B;
}
</style>
border-color css
<style>
span { border-color: #43896B; }
span { border-color: rgb(67,137,107); }
td.TdClassName
{
border-color: #43896B;
}
.TagClassName
{
border-color: #43896B;
}
</style>