Shades of Viridian #36866C
Tints of Viridian #36866C
RGB
CMYK
RGB Variations
Color information
#36866C (or 0x36866C) is known color: Viridian. HEX triplet: 36, 86 and 6C. RGB value is (54,134,108). Sum of RGB (Red+Green+Blue) = 54+134+108=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #36866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36866C is #C97993. Grayscale: #6B6B6B. Windows color (decimal): -13203860 or 7112246. OLE color: 7112246.
HSL color Cylindrical-coordinate representation of color #36866C: hue angle of 160.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36866C is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 134 | 108 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.47 |
| HSL | 160.5º | 0.43% | 0.37% | - |
| HSV(B) | 160.5º | 0.6% | 0.53% | - |
| XYZ | 12.75 | 18.92 | 17.17 | - |
| YUV | 107.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 108 | 0.60 | 0 | 0.19 | 0.47 | 160.5 | 0.43 | 0.37 |
| Hex | 36 | 86 | 6C | 3C | 0 | 13 | 2F | A0 | 2B | 25 |
| Octal | 66 | 206 | 154 | 74 | 0 | 23 | 57 | 240 | 53 | 45 |
| Binary | 110110 | 10000110 | 1101100 | 111100 | 0 | 10011 | 101111 | 10100000 | 101011 | 100101 |
Color Harmonies of #36866C
Complementary color
Monochromatic Colors of #36866C
Black with #36866C
Text Example
Text Example
White with #36866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36866C; }
p { color: rgb(54,134,108); }
H1.HeaderClassName
{
color: #36866C;
}
.AnyTagClassName
{
color: #36866C;
}
</style>
background-color css
<style>
a { background-color: #36866C; }
a { background-color: rgb(54,134,108); }
div.DivClassName
{
background-color: #36866C;
}
.BgClassName
{
background-color: #36866C;
}
</style>
border-color css
<style>
span { border-color: #36866C; }
span { border-color: rgb(54,134,108); }
td.TdClassName
{
border-color: #36866C;
}
.TagClassName
{
border-color: #36866C;
}
</style>