Shades of Viridian #368D74
Tints of Viridian #368D74
RGB
CMYK
RGB Variations
Color information
#368D74 (or 0x368D74) is known color: Viridian. HEX triplet: 36, 8D and 74. RGB value is (54,141,116). Sum of RGB (Red+Green+Blue) = 54+141+116=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #368D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368D74 is #C9728B. Grayscale: #707070. Windows color (decimal): -13202060 or 7638326. OLE color: 7638326.
HSL color Cylindrical-coordinate representation of color #368D74: hue angle of 162.76º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368D74 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 141 | 116 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.45 |
| HSL | 162.76º | 0.45% | 0.38% | - |
| HSV(B) | 162.76º | 0.62% | 0.55% | - |
| XYZ | 14.2 | 21.09 | 19.85 | - |
| YUV | 112.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 116 | 0.62 | 0 | 0.18 | 0.45 | 162.76 | 0.45 | 0.38 |
| Hex | 36 | 8D | 74 | 3E | 0 | 12 | 2D | A3 | 2D | 26 |
| Octal | 66 | 215 | 164 | 76 | 0 | 22 | 55 | 243 | 55 | 46 |
| Binary | 110110 | 10001101 | 1110100 | 111110 | 0 | 10010 | 101101 | 10100011 | 101101 | 100110 |
Color Harmonies of #368D74
Complementary color
Monochromatic Colors of #368D74
Black with #368D74
Text Example
Text Example
White with #368D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368D74; }
p { color: rgb(54,141,116); }
H1.HeaderClassName
{
color: #368D74;
}
.AnyTagClassName
{
color: #368D74;
}
</style>
background-color css
<style>
a { background-color: #368D74; }
a { background-color: rgb(54,141,116); }
div.DivClassName
{
background-color: #368D74;
}
.BgClassName
{
background-color: #368D74;
}
</style>
border-color css
<style>
span { border-color: #368D74; }
span { border-color: rgb(54,141,116); }
td.TdClassName
{
border-color: #368D74;
}
.TagClassName
{
border-color: #368D74;
}
</style>