Shades of Viridian #367A60
Tints of Viridian #367A60
RGB
CMYK
RGB Variations
Color information
#367A60 (or 0x367A60) is known color: Viridian. HEX triplet: 36, 7A and 60. RGB value is (54,122,96). Sum of RGB (Red+Green+Blue) = 54+122+96=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #367A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A60 is #C9859F. Grayscale: #626262. Windows color (decimal): -13206944 or 6322742. OLE color: 6322742.
HSL color Cylindrical-coordinate representation of color #367A60: hue angle of 157.06º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A60 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 122 | 96 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.52 |
| HSL | 157.06º | 0.39% | 0.35% | - |
| HSV(B) | 157.06º | 0.56% | 0.48% | - |
| XYZ | 10.59 | 15.55 | 13.51 | - |
| YUV | 98.7 | 126.47 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 96 | 0.56 | 0 | 0.21 | 0.52 | 157.06 | 0.39 | 0.35 |
| Hex | 36 | 7A | 60 | 38 | 0 | 15 | 34 | 9D | 27 | 23 |
| Octal | 66 | 172 | 140 | 70 | 0 | 25 | 64 | 235 | 47 | 43 |
| Binary | 110110 | 1111010 | 1100000 | 111000 | 0 | 10101 | 110100 | 10011101 | 100111 | 100011 |
Color Harmonies of #367A60
Complementary color
Monochromatic Colors of #367A60
Black with #367A60
Text Example
Text Example
White with #367A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367A60; }
p { color: rgb(54,122,96); }
H1.HeaderClassName
{
color: #367A60;
}
.AnyTagClassName
{
color: #367A60;
}
</style>
background-color css
<style>
a { background-color: #367A60; }
a { background-color: rgb(54,122,96); }
div.DivClassName
{
background-color: #367A60;
}
.BgClassName
{
background-color: #367A60;
}
</style>
border-color css
<style>
span { border-color: #367A60; }
span { border-color: rgb(54,122,96); }
td.TdClassName
{
border-color: #367A60;
}
.TagClassName
{
border-color: #367A60;
}
</style>