Shades of Viridian #43856B
Tints of Viridian #43856B
RGB
CMYK
RGB Variations
Color information
#43856B (or 0x43856B) is known color: Viridian. HEX triplet: 43, 85 and 6B. RGB value is (67,133,107). Sum of RGB (Red+Green+Blue) = 67+133+107=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #43856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43856B is #BC7A94. Grayscale: #6E6E6E. Windows color (decimal): -12352149 or 7046467. OLE color: 7046467.
HSL color Cylindrical-coordinate representation of color #43856B: hue angle of 156.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43856B is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 133 | 107 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.48 |
| HSL | 156.36º | 0.33% | 0.39% | - |
| HSV(B) | 156.36º | 0.5% | 0.52% | - |
| XYZ | 13.36 | 19.03 | 16.88 | - |
| YUV | 110.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 107 | 0.50 | 0 | 0.20 | 0.48 | 156.36 | 0.33 | 0.39 |
| Hex | 43 | 85 | 6B | 32 | 0 | 14 | 30 | 9C | 21 | 27 |
| Octal | 103 | 205 | 153 | 62 | 0 | 24 | 60 | 234 | 41 | 47 |
| Binary | 1000011 | 10000101 | 1101011 | 110010 | 0 | 10100 | 110000 | 10011100 | 100001 | 100111 |
Color Harmonies of #43856B
Complementary color
Monochromatic Colors of #43856B
Black with #43856B
Text Example
Text Example
White with #43856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43856B; }
p { color: rgb(67,133,107); }
H1.HeaderClassName
{
color: #43856B;
}
.AnyTagClassName
{
color: #43856B;
}
</style>
background-color css
<style>
a { background-color: #43856B; }
a { background-color: rgb(67,133,107); }
div.DivClassName
{
background-color: #43856B;
}
.BgClassName
{
background-color: #43856B;
}
</style>
border-color css
<style>
span { border-color: #43856B; }
span { border-color: rgb(67,133,107); }
td.TdClassName
{
border-color: #43856B;
}
.TagClassName
{
border-color: #43856B;
}
</style>