Shades of Viridian #308C74
Tints of Viridian #308C74
RGB
CMYK
RGB Variations
Color information
#308C74 (or 0x308C74) is known color: Viridian. HEX triplet: 30, 8C and 74. RGB value is (48,140,116). Sum of RGB (Red+Green+Blue) = 48+140+116=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #308C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C74 is #CF738B. Grayscale: #6D6D6D. Windows color (decimal): -13595532 or 7638064. OLE color: 7638064.
HSL color Cylindrical-coordinate representation of color #308C74: hue angle of 164.35º 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 #308C74 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 116 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.45 |
| HSL | 164.35º | 0.49% | 0.37% | - |
| HSV(B) | 164.35º | 0.66% | 0.55% | - |
| XYZ | 13.75 | 20.65 | 19.78 | - |
| YUV | 109.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 116 | 0.66 | 0 | 0.17 | 0.45 | 164.35 | 0.49 | 0.37 |
| Hex | 30 | 8C | 74 | 42 | 0 | 11 | 2D | A4 | 31 | 25 |
| Octal | 60 | 214 | 164 | 102 | 0 | 21 | 55 | 244 | 61 | 45 |
| Binary | 110000 | 10001100 | 1110100 | 1000010 | 0 | 10001 | 101101 | 10100100 | 110001 | 100101 |
Color Harmonies of #308C74
Complementary color
Monochromatic Colors of #308C74
Black with #308C74
Text Example
Text Example
White with #308C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C74; }
p { color: rgb(48,140,116); }
H1.HeaderClassName
{
color: #308C74;
}
.AnyTagClassName
{
color: #308C74;
}
</style>
background-color css
<style>
a { background-color: #308C74; }
a { background-color: rgb(48,140,116); }
div.DivClassName
{
background-color: #308C74;
}
.BgClassName
{
background-color: #308C74;
}
</style>
border-color css
<style>
span { border-color: #308C74; }
span { border-color: rgb(48,140,116); }
td.TdClassName
{
border-color: #308C74;
}
.TagClassName
{
border-color: #308C74;
}
</style>