Shades of Viridian #36896C
Tints of Viridian #36896C
RGB
CMYK
RGB Variations
Color information
#36896C (or 0x36896C) is known color: Viridian. HEX triplet: 36, 89 and 6C. RGB value is (54,137,108). Sum of RGB (Red+Green+Blue) = 54+137+108=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #36896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36896C is #C97693. Grayscale: #6C6C6C. Windows color (decimal): -13203092 or 7113014. OLE color: 7113014.
HSL color Cylindrical-coordinate representation of color #36896C: hue angle of 159.04º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36896C is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 137 | 108 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.46 |
| HSL | 159.04º | 0.43% | 0.37% | - |
| HSV(B) | 159.04º | 0.61% | 0.54% | - |
| XYZ | 13.17 | 19.76 | 17.31 | - |
| YUV | 108.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 108 | 0.61 | 0 | 0.21 | 0.46 | 159.04 | 0.43 | 0.37 |
| Hex | 36 | 89 | 6C | 3D | 0 | 15 | 2E | 9F | 2B | 25 |
| Octal | 66 | 211 | 154 | 75 | 0 | 25 | 56 | 237 | 53 | 45 |
| Binary | 110110 | 10001001 | 1101100 | 111101 | 0 | 10101 | 101110 | 10011111 | 101011 | 100101 |
Color Harmonies of #36896C
Complementary color
Monochromatic Colors of #36896C
Black with #36896C
Text Example
Text Example
White with #36896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36896C; }
p { color: rgb(54,137,108); }
H1.HeaderClassName
{
color: #36896C;
}
.AnyTagClassName
{
color: #36896C;
}
</style>
background-color css
<style>
a { background-color: #36896C; }
a { background-color: rgb(54,137,108); }
div.DivClassName
{
background-color: #36896C;
}
.BgClassName
{
background-color: #36896C;
}
</style>
border-color css
<style>
span { border-color: #36896C; }
span { border-color: rgb(54,137,108); }
td.TdClassName
{
border-color: #36896C;
}
.TagClassName
{
border-color: #36896C;
}
</style>