Shades of Viridian #368872
Tints of Viridian #368872
RGB
CMYK
RGB Variations
Color information
#368872 (or 0x368872) is known color: Viridian. HEX triplet: 36, 88 and 72. RGB value is (54,136,114). Sum of RGB (Red+Green+Blue) = 54+136+114=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #368872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368872 is #C9778D. Grayscale: #6C6C6C. Windows color (decimal): -13203342 or 7505974. OLE color: 7505974.
HSL color Cylindrical-coordinate representation of color #368872: hue angle of 163.9º 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 #368872 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 136 | 114 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.47 |
| HSL | 163.9º | 0.43% | 0.37% | - |
| HSV(B) | 163.9º | 0.6% | 0.53% | - |
| XYZ | 13.36 | 19.61 | 19 | - |
| YUV | 108.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 114 | 0.60 | 0 | 0.16 | 0.47 | 163.9 | 0.43 | 0.37 |
| Hex | 36 | 88 | 72 | 3C | 0 | 10 | 2F | A4 | 2B | 25 |
| Octal | 66 | 210 | 162 | 74 | 0 | 20 | 57 | 244 | 53 | 45 |
| Binary | 110110 | 10001000 | 1110010 | 111100 | 0 | 10000 | 101111 | 10100100 | 101011 | 100101 |
Color Harmonies of #368872
Complementary color
Monochromatic Colors of #368872
Black with #368872
Text Example
Text Example
White with #368872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368872; }
p { color: rgb(54,136,114); }
H1.HeaderClassName
{
color: #368872;
}
.AnyTagClassName
{
color: #368872;
}
</style>
background-color css
<style>
a { background-color: #368872; }
a { background-color: rgb(54,136,114); }
div.DivClassName
{
background-color: #368872;
}
.BgClassName
{
background-color: #368872;
}
</style>
border-color css
<style>
span { border-color: #368872; }
span { border-color: rgb(54,136,114); }
td.TdClassName
{
border-color: #368872;
}
.TagClassName
{
border-color: #368872;
}
</style>