Shades of Viridian #308D76
Tints of Viridian #308D76
RGB
CMYK
RGB Variations
Color information
#308D76 (or 0x308D76) is known color: Viridian. HEX triplet: 30, 8D and 76. RGB value is (48,141,118). Sum of RGB (Red+Green+Blue) = 48+141+118=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #308D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D76 is #CF7289. Grayscale: #6E6E6E. Windows color (decimal): -13595274 or 7769392. OLE color: 7769392.
HSL color Cylindrical-coordinate representation of color #308D76: hue angle of 165.16º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D76 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 141 | 118 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.45 |
| HSL | 165.16º | 0.49% | 0.37% | - |
| HSV(B) | 165.16º | 0.66% | 0.55% | - |
| XYZ | 14.01 | 20.99 | 20.45 | - |
| YUV | 110.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 118 | 0.66 | 0 | 0.16 | 0.45 | 165.16 | 0.49 | 0.37 |
| Hex | 30 | 8D | 76 | 42 | 0 | 10 | 2D | A5 | 31 | 25 |
| Octal | 60 | 215 | 166 | 102 | 0 | 20 | 55 | 245 | 61 | 45 |
| Binary | 110000 | 10001101 | 1110110 | 1000010 | 0 | 10000 | 101101 | 10100101 | 110001 | 100101 |
Color Harmonies of #308D76
Complementary color
Monochromatic Colors of #308D76
Black with #308D76
Text Example
Text Example
White with #308D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308D76; }
p { color: rgb(48,141,118); }
H1.HeaderClassName
{
color: #308D76;
}
.AnyTagClassName
{
color: #308D76;
}
</style>
background-color css
<style>
a { background-color: #308D76; }
a { background-color: rgb(48,141,118); }
div.DivClassName
{
background-color: #308D76;
}
.BgClassName
{
background-color: #308D76;
}
</style>
border-color css
<style>
span { border-color: #308D76; }
span { border-color: rgb(48,141,118); }
td.TdClassName
{
border-color: #308D76;
}
.TagClassName
{
border-color: #308D76;
}
</style>