Shades of Viridian #43856A
Tints of Viridian #43856A
RGB
CMYK
RGB Variations
Color information
#43856A (or 0x43856A) is known color: Viridian. HEX triplet: 43, 85 and 6A. RGB value is (67,133,106). Sum of RGB (Red+Green+Blue) = 67+133+106=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #43856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43856A is #BC7A95. Grayscale: #6E6E6E. Windows color (decimal): -12352150 or 6980931. OLE color: 6980931.
HSL color Cylindrical-coordinate representation of color #43856A: hue angle of 155.45º 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 #43856A is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 133 | 106 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.48 |
| HSL | 155.45º | 0.33% | 0.39% | - |
| HSV(B) | 155.45º | 0.5% | 0.52% | - |
| XYZ | 13.3 | 19.01 | 16.6 | - |
| YUV | 110.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 106 | 0.50 | 0 | 0.20 | 0.48 | 155.45 | 0.33 | 0.39 |
| Hex | 43 | 85 | 6A | 32 | 0 | 14 | 30 | 9B | 21 | 27 |
| Octal | 103 | 205 | 152 | 62 | 0 | 24 | 60 | 233 | 41 | 47 |
| Binary | 1000011 | 10000101 | 1101010 | 110010 | 0 | 10100 | 110000 | 10011011 | 100001 | 100111 |
Color Harmonies of #43856A
Complementary color
Monochromatic Colors of #43856A
Black with #43856A
Text Example
Text Example
White with #43856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43856A; }
p { color: rgb(67,133,106); }
H1.HeaderClassName
{
color: #43856A;
}
.AnyTagClassName
{
color: #43856A;
}
</style>
background-color css
<style>
a { background-color: #43856A; }
a { background-color: rgb(67,133,106); }
div.DivClassName
{
background-color: #43856A;
}
.BgClassName
{
background-color: #43856A;
}
</style>
border-color css
<style>
span { border-color: #43856A; }
span { border-color: rgb(67,133,106); }
td.TdClassName
{
border-color: #43856A;
}
.TagClassName
{
border-color: #43856A;
}
</style>