Shades of Viridian #428373
Tints of Viridian #428373
RGB
CMYK
RGB Variations
Color information
#428373 (or 0x428373) is known color: Viridian. HEX triplet: 42, 83 and 73. RGB value is (66,131,115). Sum of RGB (Red+Green+Blue) = 66+131+115=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #428373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428373 is #BD7C8C. Grayscale: #6D6D6D. Windows color (decimal): -12418189 or 7570242. OLE color: 7570242.
HSL color Cylindrical-coordinate representation of color #428373: hue angle of 165.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428373 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 131 | 115 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.49 |
| HSL | 165.23º | 0.33% | 0.39% | - |
| HSV(B) | 165.23º | 0.5% | 0.51% | - |
| XYZ | 13.46 | 18.63 | 19.11 | - |
| YUV | 109.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 115 | 0.50 | 0 | 0.12 | 0.49 | 165.23 | 0.33 | 0.39 |
| Hex | 42 | 83 | 73 | 32 | 0 | C | 31 | A5 | 21 | 27 |
| Octal | 102 | 203 | 163 | 62 | 0 | 14 | 61 | 245 | 41 | 47 |
| Binary | 1000010 | 10000011 | 1110011 | 110010 | 0 | 1100 | 110001 | 10100101 | 100001 | 100111 |
Color Harmonies of #428373
Complementary color
Monochromatic Colors of #428373
Black with #428373
Text Example
Text Example
White with #428373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428373; }
p { color: rgb(66,131,115); }
H1.HeaderClassName
{
color: #428373;
}
.AnyTagClassName
{
color: #428373;
}
</style>
background-color css
<style>
a { background-color: #428373; }
a { background-color: rgb(66,131,115); }
div.DivClassName
{
background-color: #428373;
}
.BgClassName
{
background-color: #428373;
}
</style>
border-color css
<style>
span { border-color: #428373; }
span { border-color: rgb(66,131,115); }
td.TdClassName
{
border-color: #428373;
}
.TagClassName
{
border-color: #428373;
}
</style>