Shades of Viridian #36896E
Tints of Viridian #36896E
RGB
CMYK
RGB Variations
Color information
#36896E (or 0x36896E) is known color: Viridian. HEX triplet: 36, 89 and 6E. RGB value is (54,137,110). Sum of RGB (Red+Green+Blue) = 54+137+110=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #36896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36896E is #C97691. Grayscale: #6D6D6D. Windows color (decimal): -13203090 or 7244086. OLE color: 7244086.
HSL color Cylindrical-coordinate representation of color #36896E: hue angle of 160.48º 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 #36896E is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 137 | 110 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.46 |
| HSL | 160.48º | 0.43% | 0.37% | - |
| HSV(B) | 160.48º | 0.61% | 0.54% | - |
| XYZ | 13.28 | 19.8 | 17.87 | - |
| YUV | 109.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 110 | 0.61 | 0 | 0.20 | 0.46 | 160.48 | 0.43 | 0.37 |
| Hex | 36 | 89 | 6E | 3D | 0 | 14 | 2E | A0 | 2B | 25 |
| Octal | 66 | 211 | 156 | 75 | 0 | 24 | 56 | 240 | 53 | 45 |
| Binary | 110110 | 10001001 | 1101110 | 111101 | 0 | 10100 | 101110 | 10100000 | 101011 | 100101 |
Color Harmonies of #36896E
Complementary color
Monochromatic Colors of #36896E
Black with #36896E
Text Example
Text Example
White with #36896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36896E; }
p { color: rgb(54,137,110); }
H1.HeaderClassName
{
color: #36896E;
}
.AnyTagClassName
{
color: #36896E;
}
</style>
background-color css
<style>
a { background-color: #36896E; }
a { background-color: rgb(54,137,110); }
div.DivClassName
{
background-color: #36896E;
}
.BgClassName
{
background-color: #36896E;
}
</style>
border-color css
<style>
span { border-color: #36896E; }
span { border-color: rgb(54,137,110); }
td.TdClassName
{
border-color: #36896E;
}
.TagClassName
{
border-color: #36896E;
}
</style>