Shades of Viridian #408369
Tints of Viridian #408369
RGB
CMYK
RGB Variations
Color information
#408369 (or 0x408369) is known color: Viridian. HEX triplet: 40, 83 and 69. RGB value is (64,131,105). Sum of RGB (Red+Green+Blue) = 64+131+105=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #408369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408369 is #BF7C96. Grayscale: #6C6C6C. Windows color (decimal): -12549271 or 6914880. OLE color: 6914880.
HSL color Cylindrical-coordinate representation of color #408369: hue angle of 156.72º 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 #408369 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 131 | 105 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.49 |
| HSL | 156.72º | 0.34% | 0.38% | - |
| HSV(B) | 156.72º | 0.51% | 0.51% | - |
| XYZ | 12.78 | 18.34 | 16.23 | - |
| YUV | 108 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 105 | 0.51 | 0 | 0.20 | 0.49 | 156.72 | 0.34 | 0.38 |
| Hex | 40 | 83 | 69 | 33 | 0 | 14 | 31 | 9D | 22 | 26 |
| Octal | 100 | 203 | 151 | 63 | 0 | 24 | 61 | 235 | 42 | 46 |
| Binary | 1000000 | 10000011 | 1101001 | 110011 | 0 | 10100 | 110001 | 10011101 | 100010 | 100110 |
Color Harmonies of #408369
Complementary color
Monochromatic Colors of #408369
Black with #408369
Text Example
Text Example
White with #408369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408369; }
p { color: rgb(64,131,105); }
H1.HeaderClassName
{
color: #408369;
}
.AnyTagClassName
{
color: #408369;
}
</style>
background-color css
<style>
a { background-color: #408369; }
a { background-color: rgb(64,131,105); }
div.DivClassName
{
background-color: #408369;
}
.BgClassName
{
background-color: #408369;
}
</style>
border-color css
<style>
span { border-color: #408369; }
span { border-color: rgb(64,131,105); }
td.TdClassName
{
border-color: #408369;
}
.TagClassName
{
border-color: #408369;
}
</style>