Shades of Viridian #43926D
Tints of Viridian #43926D
RGB
CMYK
RGB Variations
Color information
#43926D (or 0x43926D) is known color: Viridian. HEX triplet: 43, 92 and 6D. RGB value is (67,146,109). Sum of RGB (Red+Green+Blue) = 67+146+109=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #43926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43926D is #BC6D92. Grayscale: #767676. Windows color (decimal): -12348819 or 7180867. OLE color: 7180867.
HSL color Cylindrical-coordinate representation of color #43926D: hue angle of 151.9º 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 #43926D is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 146 | 109 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.43 |
| HSL | 151.9º | 0.37% | 0.42% | - |
| HSV(B) | 151.9º | 0.54% | 0.57% | - |
| XYZ | 15.35 | 22.86 | 18.07 | - |
| YUV | 118.16 | 122.83 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 109 | 0.54 | 0 | 0.25 | 0.43 | 151.9 | 0.37 | 0.42 |
| Hex | 43 | 92 | 6D | 36 | 0 | 19 | 2B | 98 | 25 | 2A |
| Octal | 103 | 222 | 155 | 66 | 0 | 31 | 53 | 230 | 45 | 52 |
| Binary | 1000011 | 10010010 | 1101101 | 110110 | 0 | 11001 | 101011 | 10011000 | 100101 | 101010 |
Color Harmonies of #43926D
Complementary color
Monochromatic Colors of #43926D
Black with #43926D
Text Example
Text Example
White with #43926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43926D; }
p { color: rgb(67,146,109); }
H1.HeaderClassName
{
color: #43926D;
}
.AnyTagClassName
{
color: #43926D;
}
</style>
background-color css
<style>
a { background-color: #43926D; }
a { background-color: rgb(67,146,109); }
div.DivClassName
{
background-color: #43926D;
}
.BgClassName
{
background-color: #43926D;
}
</style>
border-color css
<style>
span { border-color: #43926D; }
span { border-color: rgb(67,146,109); }
td.TdClassName
{
border-color: #43926D;
}
.TagClassName
{
border-color: #43926D;
}
</style>