Shades of Viridian #40826F
Tints of Viridian #40826F
RGB
CMYK
RGB Variations
Color information
#40826F (or 0x40826F) is known color: Viridian. HEX triplet: 40, 82 and 6F. RGB value is (64,130,111). Sum of RGB (Red+Green+Blue) = 64+130+111=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #40826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40826F is #BF7D90. Grayscale: #6C6C6C. Windows color (decimal): -12549521 or 7307840. OLE color: 7307840.
HSL color Cylindrical-coordinate representation of color #40826F: hue angle of 162.73º 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 #40826F is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 111 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.49 |
| HSL | 162.73º | 0.34% | 0.38% | - |
| HSV(B) | 162.73º | 0.51% | 0.51% | - |
| XYZ | 12.97 | 18.2 | 17.87 | - |
| YUV | 108.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 111 | 0.51 | 0 | 0.15 | 0.49 | 162.73 | 0.34 | 0.38 |
| Hex | 40 | 82 | 6F | 33 | 0 | F | 31 | A3 | 22 | 26 |
| Octal | 100 | 202 | 157 | 63 | 0 | 17 | 61 | 243 | 42 | 46 |
| Binary | 1000000 | 10000010 | 1101111 | 110011 | 0 | 1111 | 110001 | 10100011 | 100010 | 100110 |
Color Harmonies of #40826F
Complementary color
Monochromatic Colors of #40826F
Black with #40826F
Text Example
Text Example
White with #40826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40826F; }
p { color: rgb(64,130,111); }
H1.HeaderClassName
{
color: #40826F;
}
.AnyTagClassName
{
color: #40826F;
}
</style>
background-color css
<style>
a { background-color: #40826F; }
a { background-color: rgb(64,130,111); }
div.DivClassName
{
background-color: #40826F;
}
.BgClassName
{
background-color: #40826F;
}
</style>
border-color css
<style>
span { border-color: #40826F; }
span { border-color: rgb(64,130,111); }
td.TdClassName
{
border-color: #40826F;
}
.TagClassName
{
border-color: #40826F;
}
</style>