Shades of Viridian #368E78
Tints of Viridian #368E78
RGB
CMYK
RGB Variations
Color information
#368E78 (or 0x368E78) is known color: Viridian. HEX triplet: 36, 8E and 78. RGB value is (54,142,120). Sum of RGB (Red+Green+Blue) = 54+142+120=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #368E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368E78 is #C97187. Grayscale: #717171. Windows color (decimal): -13201800 or 7900726. OLE color: 7900726.
HSL color Cylindrical-coordinate representation of color #368E78: hue angle of 165º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E78 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 142 | 120 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.44 |
| HSL | 165º | 0.45% | 0.38% | - |
| HSV(B) | 165º | 0.62% | 0.56% | - |
| XYZ | 14.58 | 21.49 | 21.15 | - |
| YUV | 113.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 120 | 0.62 | 0 | 0.15 | 0.44 | 165 | 0.45 | 0.38 |
| Hex | 36 | 8E | 78 | 3E | 0 | F | 2C | A5 | 2D | 26 |
| Octal | 66 | 216 | 170 | 76 | 0 | 17 | 54 | 245 | 55 | 46 |
| Binary | 110110 | 10001110 | 1111000 | 111110 | 0 | 1111 | 101100 | 10100101 | 101101 | 100110 |
Color Harmonies of #368E78
Complementary color
Monochromatic Colors of #368E78
Black with #368E78
Text Example
Text Example
White with #368E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368E78; }
p { color: rgb(54,142,120); }
H1.HeaderClassName
{
color: #368E78;
}
.AnyTagClassName
{
color: #368E78;
}
</style>
background-color css
<style>
a { background-color: #368E78; }
a { background-color: rgb(54,142,120); }
div.DivClassName
{
background-color: #368E78;
}
.BgClassName
{
background-color: #368E78;
}
</style>
border-color css
<style>
span { border-color: #368E78; }
span { border-color: rgb(54,142,120); }
td.TdClassName
{
border-color: #368E78;
}
.TagClassName
{
border-color: #368E78;
}
</style>