Shades of Viridian #43826C
Tints of Viridian #43826C
RGB
CMYK
RGB Variations
Color information
#43826C (or 0x43826C) is known color: Viridian. HEX triplet: 43, 82 and 6C. RGB value is (67,130,108). Sum of RGB (Red+Green+Blue) = 67+130+108=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #43826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43826C is #BC7D93. Grayscale: #6C6C6C. Windows color (decimal): -12352916 or 7111235. OLE color: 7111235.
HSL color Cylindrical-coordinate representation of color #43826C: hue angle of 159.05º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43826C is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 130 | 108 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.49 |
| HSL | 159.05º | 0.32% | 0.39% | - |
| HSV(B) | 159.05º | 0.48% | 0.51% | - |
| XYZ | 13 | 18.24 | 17.02 | - |
| YUV | 108.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 108 | 0.48 | 0 | 0.17 | 0.49 | 159.05 | 0.32 | 0.39 |
| Hex | 43 | 82 | 6C | 30 | 0 | 11 | 31 | 9F | 20 | 27 |
| Octal | 103 | 202 | 154 | 60 | 0 | 21 | 61 | 237 | 40 | 47 |
| Binary | 1000011 | 10000010 | 1101100 | 110000 | 0 | 10001 | 110001 | 10011111 | 100000 | 100111 |
Color Harmonies of #43826C
Complementary color
Monochromatic Colors of #43826C
Black with #43826C
Text Example
Text Example
White with #43826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43826C; }
p { color: rgb(67,130,108); }
H1.HeaderClassName
{
color: #43826C;
}
.AnyTagClassName
{
color: #43826C;
}
</style>
background-color css
<style>
a { background-color: #43826C; }
a { background-color: rgb(67,130,108); }
div.DivClassName
{
background-color: #43826C;
}
.BgClassName
{
background-color: #43826C;
}
</style>
border-color css
<style>
span { border-color: #43826C; }
span { border-color: rgb(67,130,108); }
td.TdClassName
{
border-color: #43826C;
}
.TagClassName
{
border-color: #43826C;
}
</style>