Shades of Viridian #309173
Tints of Viridian #309173
RGB
CMYK
RGB Variations
Color information
#309173 (or 0x309173) is known color: Viridian. HEX triplet: 30, 91 and 73. RGB value is (48,145,115). Sum of RGB (Red+Green+Blue) = 48+145+115=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #309173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309173 is #CF6E8C. Grayscale: #707070. Windows color (decimal): -13594253 or 7573808. OLE color: 7573808.
HSL color Cylindrical-coordinate representation of color #309173: hue angle of 161.44º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309173 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 115 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.43 |
| HSL | 161.44º | 0.5% | 0.38% | - |
| HSV(B) | 161.44º | 0.67% | 0.57% | - |
| XYZ | 14.44 | 22.12 | 19.73 | - |
| YUV | 112.58 | 129.36 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 115 | 0.67 | 0 | 0.21 | 0.43 | 161.44 | 0.5 | 0.38 |
| Hex | 30 | 91 | 73 | 43 | 0 | 15 | 2B | A1 | 32 | 26 |
| Octal | 60 | 221 | 163 | 103 | 0 | 25 | 53 | 241 | 62 | 46 |
| Binary | 110000 | 10010001 | 1110011 | 1000011 | 0 | 10101 | 101011 | 10100001 | 110010 | 100110 |
Color Harmonies of #309173
Complementary color
Monochromatic Colors of #309173
Black with #309173
Text Example
Text Example
White with #309173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309173; }
p { color: rgb(48,145,115); }
H1.HeaderClassName
{
color: #309173;
}
.AnyTagClassName
{
color: #309173;
}
</style>
background-color css
<style>
a { background-color: #309173; }
a { background-color: rgb(48,145,115); }
div.DivClassName
{
background-color: #309173;
}
.BgClassName
{
background-color: #309173;
}
</style>
border-color css
<style>
span { border-color: #309173; }
span { border-color: rgb(48,145,115); }
td.TdClassName
{
border-color: #309173;
}
.TagClassName
{
border-color: #309173;
}
</style>