Shades of Viridian #40826C
Tints of Viridian #40826C
RGB
CMYK
RGB Variations
Color information
#40826C (or 0x40826C) is known color: Viridian. HEX triplet: 40, 82 and 6C. RGB value is (64,130,108). Sum of RGB (Red+Green+Blue) = 64+130+108=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #40826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40826C is #BF7D93. Grayscale: #6B6B6B. Windows color (decimal): -12549524 or 7111232. OLE color: 7111232.
HSL color Cylindrical-coordinate representation of color #40826C: hue angle of 160º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40826C is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 108 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.49 |
| HSL | 160º | 0.34% | 0.38% | - |
| HSV(B) | 160º | 0.51% | 0.51% | - |
| XYZ | 12.8 | 18.14 | 17.01 | - |
| YUV | 107.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 108 | 0.51 | 0 | 0.17 | 0.49 | 160 | 0.34 | 0.38 |
| Hex | 40 | 82 | 6C | 33 | 0 | 11 | 31 | A0 | 22 | 26 |
| Octal | 100 | 202 | 154 | 63 | 0 | 21 | 61 | 240 | 42 | 46 |
| Binary | 1000000 | 10000010 | 1101100 | 110011 | 0 | 10001 | 110001 | 10100000 | 100010 | 100110 |
Color Harmonies of #40826C
Complementary color
Monochromatic Colors of #40826C
Black with #40826C
Text Example
Text Example
White with #40826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40826C; }
p { color: rgb(64,130,108); }
H1.HeaderClassName
{
color: #40826C;
}
.AnyTagClassName
{
color: #40826C;
}
</style>
background-color css
<style>
a { background-color: #40826C; }
a { background-color: rgb(64,130,108); }
div.DivClassName
{
background-color: #40826C;
}
.BgClassName
{
background-color: #40826C;
}
</style>
border-color css
<style>
span { border-color: #40826C; }
span { border-color: rgb(64,130,108); }
td.TdClassName
{
border-color: #40826C;
}
.TagClassName
{
border-color: #40826C;
}
</style>