Shades of Viridian #309071
Tints of Viridian #309071
RGB
CMYK
RGB Variations
Color information
#309071 (or 0x309071) is known color: Viridian. HEX triplet: 30, 90 and 71. RGB value is (48,144,113). Sum of RGB (Red+Green+Blue) = 48+144+113=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #309071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309071 is #CF6F8E. Grayscale: #6F6F6F. Windows color (decimal): -13594511 or 7442480. OLE color: 7442480.
HSL color Cylindrical-coordinate representation of color #309071: hue angle of 160.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309071 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 113 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.44 |
| HSL | 160.63º | 0.5% | 0.38% | - |
| HSV(B) | 160.63º | 0.67% | 0.56% | - |
| XYZ | 14.17 | 21.77 | 19.08 | - |
| YUV | 111.76 | 128.7 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 113 | 0.67 | 0 | 0.22 | 0.44 | 160.63 | 0.5 | 0.38 |
| Hex | 30 | 90 | 71 | 43 | 0 | 16 | 2C | A1 | 32 | 26 |
| Octal | 60 | 220 | 161 | 103 | 0 | 26 | 54 | 241 | 62 | 46 |
| Binary | 110000 | 10010000 | 1110001 | 1000011 | 0 | 10110 | 101100 | 10100001 | 110010 | 100110 |
Color Harmonies of #309071
Complementary color
Monochromatic Colors of #309071
Black with #309071
Text Example
Text Example
White with #309071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309071; }
p { color: rgb(48,144,113); }
H1.HeaderClassName
{
color: #309071;
}
.AnyTagClassName
{
color: #309071;
}
</style>
background-color css
<style>
a { background-color: #309071; }
a { background-color: rgb(48,144,113); }
div.DivClassName
{
background-color: #309071;
}
.BgClassName
{
background-color: #309071;
}
</style>
border-color css
<style>
span { border-color: #309071; }
span { border-color: rgb(48,144,113); }
td.TdClassName
{
border-color: #309071;
}
.TagClassName
{
border-color: #309071;
}
</style>