Shades of Viridian #367D68
Tints of Viridian #367D68
RGB
CMYK
RGB Variations
Color information
#367D68 (or 0x367D68) is known color: Viridian. HEX triplet: 36, 7D and 68. RGB value is (54,125,104). Sum of RGB (Red+Green+Blue) = 54+125+104=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #367D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D68 is #C98297. Grayscale: #656565. Windows color (decimal): -13206168 or 6847798. OLE color: 6847798.
HSL color Cylindrical-coordinate representation of color #367D68: hue angle of 162.25º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367D68 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 125 | 104 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.51 |
| HSL | 162.25º | 0.4% | 0.35% | - |
| HSV(B) | 162.25º | 0.57% | 0.49% | - |
| XYZ | 11.35 | 16.45 | 15.67 | - |
| YUV | 101.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 104 | 0.57 | 0 | 0.17 | 0.51 | 162.25 | 0.4 | 0.35 |
| Hex | 36 | 7D | 68 | 39 | 0 | 11 | 33 | A2 | 28 | 23 |
| Octal | 66 | 175 | 150 | 71 | 0 | 21 | 63 | 242 | 50 | 43 |
| Binary | 110110 | 1111101 | 1101000 | 111001 | 0 | 10001 | 110011 | 10100010 | 101000 | 100011 |
Color Harmonies of #367D68
Complementary color
Monochromatic Colors of #367D68
Black with #367D68
Text Example
Text Example
White with #367D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D68; }
p { color: rgb(54,125,104); }
H1.HeaderClassName
{
color: #367D68;
}
.AnyTagClassName
{
color: #367D68;
}
</style>
background-color css
<style>
a { background-color: #367D68; }
a { background-color: rgb(54,125,104); }
div.DivClassName
{
background-color: #367D68;
}
.BgClassName
{
background-color: #367D68;
}
</style>
border-color css
<style>
span { border-color: #367D68; }
span { border-color: rgb(54,125,104); }
td.TdClassName
{
border-color: #367D68;
}
.TagClassName
{
border-color: #367D68;
}
</style>