Shades of Viridian #337E65
Tints of Viridian #337E65
RGB
CMYK
RGB Variations
Color information
#337E65 (or 0x337E65) is known color: Viridian. HEX triplet: 33, 7E and 65. RGB value is (51,126,101). Sum of RGB (Red+Green+Blue) = 51+126+101=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #337E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E65 is #CC819A. Grayscale: #646464. Windows color (decimal): -13402523 or 6651443. OLE color: 6651443.
HSL color Cylindrical-coordinate representation of color #337E65: hue angle of 160º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E65 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 126 | 101 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.51 |
| HSL | 160º | 0.42% | 0.35% | - |
| HSV(B) | 160º | 0.6% | 0.49% | - |
| XYZ | 11.18 | 16.57 | 14.92 | - |
| YUV | 100.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 126 | 101 | 0.60 | 0 | 0.20 | 0.51 | 160 | 0.42 | 0.35 |
| Hex | 33 | 7E | 65 | 3C | 0 | 14 | 33 | A0 | 2A | 23 |
| Octal | 63 | 176 | 145 | 74 | 0 | 24 | 63 | 240 | 52 | 43 |
| Binary | 110011 | 1111110 | 1100101 | 111100 | 0 | 10100 | 110011 | 10100000 | 101010 | 100011 |
Color Harmonies of #337E65
Complementary color
Monochromatic Colors of #337E65
Black with #337E65
Text Example
Text Example
White with #337E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337E65; }
p { color: rgb(51,126,101); }
H1.HeaderClassName
{
color: #337E65;
}
.AnyTagClassName
{
color: #337E65;
}
</style>
background-color css
<style>
a { background-color: #337E65; }
a { background-color: rgb(51,126,101); }
div.DivClassName
{
background-color: #337E65;
}
.BgClassName
{
background-color: #337E65;
}
</style>
border-color css
<style>
span { border-color: #337E65; }
span { border-color: rgb(51,126,101); }
td.TdClassName
{
border-color: #337E65;
}
.TagClassName
{
border-color: #337E65;
}
</style>