Shades of Viridian #337D63
Tints of Viridian #337D63
RGB
CMYK
RGB Variations
Color information
#337D63 (or 0x337D63) is known color: Viridian. HEX triplet: 33, 7D and 63. RGB value is (51,125,99). Sum of RGB (Red+Green+Blue) = 51+125+99=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #337D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D63 is #CC829C. Grayscale: #636363. Windows color (decimal): -13402781 or 6520115. OLE color: 6520115.
HSL color Cylindrical-coordinate representation of color #337D63: hue angle of 158.92º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D63 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 99 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.51 |
| HSL | 158.92º | 0.42% | 0.35% | - |
| HSV(B) | 158.92º | 0.59% | 0.49% | - |
| XYZ | 10.95 | 16.27 | 14.37 | - |
| YUV | 99.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 99 | 0.59 | 0 | 0.21 | 0.51 | 158.92 | 0.42 | 0.35 |
| Hex | 33 | 7D | 63 | 3B | 0 | 15 | 33 | 9F | 2A | 23 |
| Octal | 63 | 175 | 143 | 73 | 0 | 25 | 63 | 237 | 52 | 43 |
| Binary | 110011 | 1111101 | 1100011 | 111011 | 0 | 10101 | 110011 | 10011111 | 101010 | 100011 |
Color Harmonies of #337D63
Complementary color
Monochromatic Colors of #337D63
Black with #337D63
Text Example
Text Example
White with #337D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D63; }
p { color: rgb(51,125,99); }
H1.HeaderClassName
{
color: #337D63;
}
.AnyTagClassName
{
color: #337D63;
}
</style>
background-color css
<style>
a { background-color: #337D63; }
a { background-color: rgb(51,125,99); }
div.DivClassName
{
background-color: #337D63;
}
.BgClassName
{
background-color: #337D63;
}
</style>
border-color css
<style>
span { border-color: #337D63; }
span { border-color: rgb(51,125,99); }
td.TdClassName
{
border-color: #337D63;
}
.TagClassName
{
border-color: #337D63;
}
</style>