Shades of Viridian #43836B
Tints of Viridian #43836B
RGB
CMYK
RGB Variations
Color information
#43836B (or 0x43836B) is known color: Viridian. HEX triplet: 43, 83 and 6B. RGB value is (67,131,107). Sum of RGB (Red+Green+Blue) = 67+131+107=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #43836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43836B is #BC7C94. Grayscale: #6D6D6D. Windows color (decimal): -12352661 or 7045955. OLE color: 7045955.
HSL color Cylindrical-coordinate representation of color #43836B: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43836B is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 131 | 107 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.49 |
| HSL | 157.5º | 0.32% | 0.39% | - |
| HSV(B) | 157.5º | 0.49% | 0.51% | - |
| XYZ | 13.08 | 18.49 | 16.79 | - |
| YUV | 109.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 107 | 0.49 | 0 | 0.18 | 0.49 | 157.5 | 0.32 | 0.39 |
| Hex | 43 | 83 | 6B | 31 | 0 | 12 | 31 | 9E | 20 | 27 |
| Octal | 103 | 203 | 153 | 61 | 0 | 22 | 61 | 236 | 40 | 47 |
| Binary | 1000011 | 10000011 | 1101011 | 110001 | 0 | 10010 | 110001 | 10011110 | 100000 | 100111 |
Color Harmonies of #43836B
Complementary color
Monochromatic Colors of #43836B
Black with #43836B
Text Example
Text Example
White with #43836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43836B; }
p { color: rgb(67,131,107); }
H1.HeaderClassName
{
color: #43836B;
}
.AnyTagClassName
{
color: #43836B;
}
</style>
background-color css
<style>
a { background-color: #43836B; }
a { background-color: rgb(67,131,107); }
div.DivClassName
{
background-color: #43836B;
}
.BgClassName
{
background-color: #43836B;
}
</style>
border-color css
<style>
span { border-color: #43836B; }
span { border-color: rgb(67,131,107); }
td.TdClassName
{
border-color: #43836B;
}
.TagClassName
{
border-color: #43836B;
}
</style>