Shades of Viridian #368C68
Tints of Viridian #368C68
RGB
CMYK
RGB Variations
Color information
#368C68 (or 0x368C68) is known color: Viridian. HEX triplet: 36, 8C and 68. RGB value is (54,140,104). Sum of RGB (Red+Green+Blue) = 54+140+104=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #368C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368C68 is #C97397. Grayscale: #6E6E6E. Windows color (decimal): -13202328 or 6851638. OLE color: 6851638.
HSL color Cylindrical-coordinate representation of color #368C68: hue angle of 154.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368C68 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 140 | 104 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.45 |
| HSL | 154.88º | 0.44% | 0.38% | - |
| HSV(B) | 154.88º | 0.61% | 0.55% | - |
| XYZ | 13.4 | 20.54 | 16.36 | - |
| YUV | 110.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 104 | 0.61 | 0 | 0.26 | 0.45 | 154.88 | 0.44 | 0.38 |
| Hex | 36 | 8C | 68 | 3D | 0 | 1A | 2D | 9B | 2C | 26 |
| Octal | 66 | 214 | 150 | 75 | 0 | 32 | 55 | 233 | 54 | 46 |
| Binary | 110110 | 10001100 | 1101000 | 111101 | 0 | 11010 | 101101 | 10011011 | 101100 | 100110 |
Color Harmonies of #368C68
Complementary color
Monochromatic Colors of #368C68
Black with #368C68
Text Example
Text Example
White with #368C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C68; }
p { color: rgb(54,140,104); }
H1.HeaderClassName
{
color: #368C68;
}
.AnyTagClassName
{
color: #368C68;
}
</style>
background-color css
<style>
a { background-color: #368C68; }
a { background-color: rgb(54,140,104); }
div.DivClassName
{
background-color: #368C68;
}
.BgClassName
{
background-color: #368C68;
}
</style>
border-color css
<style>
span { border-color: #368C68; }
span { border-color: rgb(54,140,104); }
td.TdClassName
{
border-color: #368C68;
}
.TagClassName
{
border-color: #368C68;
}
</style>