Shades of Viridian #337A60
Tints of Viridian #337A60
RGB
CMYK
RGB Variations
Color information
#337A60 (or 0x337A60) is known color: Viridian. HEX triplet: 33, 7A and 60. RGB value is (51,122,96). Sum of RGB (Red+Green+Blue) = 51+122+96=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #337A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A60 is #CC859F. Grayscale: #616161. Windows color (decimal): -13403552 or 6322739. OLE color: 6322739.
HSL color Cylindrical-coordinate representation of color #337A60: hue angle of 158.03º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A60 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 122 | 96 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.52 |
| HSL | 158.03º | 0.41% | 0.34% | - |
| HSV(B) | 158.03º | 0.58% | 0.48% | - |
| XYZ | 10.44 | 15.47 | 13.5 | - |
| YUV | 97.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 96 | 0.58 | 0 | 0.21 | 0.52 | 158.03 | 0.41 | 0.34 |
| Hex | 33 | 7A | 60 | 3A | 0 | 15 | 34 | 9E | 29 | 22 |
| Octal | 63 | 172 | 140 | 72 | 0 | 25 | 64 | 236 | 51 | 42 |
| Binary | 110011 | 1111010 | 1100000 | 111010 | 0 | 10101 | 110100 | 10011110 | 101001 | 100010 |
Color Harmonies of #337A60
Complementary color
Monochromatic Colors of #337A60
Black with #337A60
Text Example
Text Example
White with #337A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337A60; }
p { color: rgb(51,122,96); }
H1.HeaderClassName
{
color: #337A60;
}
.AnyTagClassName
{
color: #337A60;
}
</style>
background-color css
<style>
a { background-color: #337A60; }
a { background-color: rgb(51,122,96); }
div.DivClassName
{
background-color: #337A60;
}
.BgClassName
{
background-color: #337A60;
}
</style>
border-color css
<style>
span { border-color: #337A60; }
span { border-color: rgb(51,122,96); }
td.TdClassName
{
border-color: #337A60;
}
.TagClassName
{
border-color: #337A60;
}
</style>