Shades of Viridian #377F68
Tints of Viridian #377F68
RGB
CMYK
RGB Variations
Color information
#377F68 (or 0x377F68) is known color: Viridian. HEX triplet: 37, 7F and 68. RGB value is (55,127,104). Sum of RGB (Red+Green+Blue) = 55+127+104=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #377F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F68 is #C88097. Grayscale: #666666. Windows color (decimal): -13140120 or 6848311. OLE color: 6848311.
HSL color Cylindrical-coordinate representation of color #377F68: hue angle of 160.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F68 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 104 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.50 |
| HSL | 160.83º | 0.4% | 0.36% | - |
| HSV(B) | 160.83º | 0.57% | 0.5% | - |
| XYZ | 11.66 | 16.99 | 15.76 | - |
| YUV | 102.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 104 | 0.57 | 0 | 0.18 | 0.50 | 160.83 | 0.4 | 0.36 |
| Hex | 37 | 7F | 68 | 39 | 0 | 12 | 32 | A1 | 28 | 24 |
| Octal | 67 | 177 | 150 | 71 | 0 | 22 | 62 | 241 | 50 | 44 |
| Binary | 110111 | 1111111 | 1101000 | 111001 | 0 | 10010 | 110010 | 10100001 | 101000 | 100100 |
Color Harmonies of #377F68
Complementary color
Monochromatic Colors of #377F68
Black with #377F68
Text Example
Text Example
White with #377F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F68; }
p { color: rgb(55,127,104); }
H1.HeaderClassName
{
color: #377F68;
}
.AnyTagClassName
{
color: #377F68;
}
</style>
background-color css
<style>
a { background-color: #377F68; }
a { background-color: rgb(55,127,104); }
div.DivClassName
{
background-color: #377F68;
}
.BgClassName
{
background-color: #377F68;
}
</style>
border-color css
<style>
span { border-color: #377F68; }
span { border-color: rgb(55,127,104); }
td.TdClassName
{
border-color: #377F68;
}
.TagClassName
{
border-color: #377F68;
}
</style>