Shades of Viridian #378669
Tints of Viridian #378669
RGB
CMYK
RGB Variations
Color information
#378669 (or 0x378669) is known color: Viridian. HEX triplet: 37, 86 and 69. RGB value is (55,134,105). Sum of RGB (Red+Green+Blue) = 55+134+105=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #378669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378669 is #C87996. Grayscale: #6B6B6B. Windows color (decimal): -13138327 or 6915639. OLE color: 6915639.
HSL color Cylindrical-coordinate representation of color #378669: hue angle of 157.97º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378669 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 134 | 105 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.47 |
| HSL | 157.97º | 0.42% | 0.37% | - |
| HSV(B) | 157.97º | 0.59% | 0.53% | - |
| XYZ | 12.65 | 18.88 | 16.34 | - |
| YUV | 107.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 134 | 105 | 0.59 | 0 | 0.22 | 0.47 | 157.97 | 0.42 | 0.37 |
| Hex | 37 | 86 | 69 | 3B | 0 | 16 | 2F | 9E | 2A | 25 |
| Octal | 67 | 206 | 151 | 73 | 0 | 26 | 57 | 236 | 52 | 45 |
| Binary | 110111 | 10000110 | 1101001 | 111011 | 0 | 10110 | 101111 | 10011110 | 101010 | 100101 |
Color Harmonies of #378669
Complementary color
Monochromatic Colors of #378669
Black with #378669
Text Example
Text Example
White with #378669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378669; }
p { color: rgb(55,134,105); }
H1.HeaderClassName
{
color: #378669;
}
.AnyTagClassName
{
color: #378669;
}
</style>
background-color css
<style>
a { background-color: #378669; }
a { background-color: rgb(55,134,105); }
div.DivClassName
{
background-color: #378669;
}
.BgClassName
{
background-color: #378669;
}
</style>
border-color css
<style>
span { border-color: #378669; }
span { border-color: rgb(55,134,105); }
td.TdClassName
{
border-color: #378669;
}
.TagClassName
{
border-color: #378669;
}
</style>