Shades of Viridian #368770
Tints of Viridian #368770
RGB
CMYK
RGB Variations
Color information
#368770 (or 0x368770) is known color: Viridian. HEX triplet: 36, 87 and 70. RGB value is (54,135,112). Sum of RGB (Red+Green+Blue) = 54+135+112=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #368770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368770 is #C9788F. Grayscale: #6C6C6C. Windows color (decimal): -13203600 or 7374646. OLE color: 7374646.
HSL color Cylindrical-coordinate representation of color #368770: hue angle of 162.96º 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 #368770 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 135 | 112 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.47 |
| HSL | 162.96º | 0.43% | 0.37% | - |
| HSV(B) | 162.96º | 0.6% | 0.53% | - |
| XYZ | 13.11 | 19.28 | 18.36 | - |
| YUV | 108.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 135 | 112 | 0.60 | 0 | 0.17 | 0.47 | 162.96 | 0.43 | 0.37 |
| Hex | 36 | 87 | 70 | 3C | 0 | 11 | 2F | A3 | 2B | 25 |
| Octal | 66 | 207 | 160 | 74 | 0 | 21 | 57 | 243 | 53 | 45 |
| Binary | 110110 | 10000111 | 1110000 | 111100 | 0 | 10001 | 101111 | 10100011 | 101011 | 100101 |
Color Harmonies of #368770
Complementary color
Monochromatic Colors of #368770
Black with #368770
Text Example
Text Example
White with #368770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368770; }
p { color: rgb(54,135,112); }
H1.HeaderClassName
{
color: #368770;
}
.AnyTagClassName
{
color: #368770;
}
</style>
background-color css
<style>
a { background-color: #368770; }
a { background-color: rgb(54,135,112); }
div.DivClassName
{
background-color: #368770;
}
.BgClassName
{
background-color: #368770;
}
</style>
border-color css
<style>
span { border-color: #368770; }
span { border-color: rgb(54,135,112); }
td.TdClassName
{
border-color: #368770;
}
.TagClassName
{
border-color: #368770;
}
</style>