Shades of Viridian #368675
Tints of Viridian #368675
RGB
CMYK
RGB Variations
Color information
#368675 (or 0x368675) is known color: Viridian. HEX triplet: 36, 86 and 75. RGB value is (54,134,117). Sum of RGB (Red+Green+Blue) = 54+134+117=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #368675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368675 is #C9798A. Grayscale: #6C6C6C. Windows color (decimal): -13203851 or 7702070. OLE color: 7702070.
HSL color Cylindrical-coordinate representation of color #368675: hue angle of 167.25º 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 #368675 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 134 | 117 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.47 |
| HSL | 167.25º | 0.43% | 0.37% | - |
| HSV(B) | 167.25º | 0.6% | 0.53% | - |
| XYZ | 13.26 | 19.12 | 19.82 | - |
| YUV | 108.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 117 | 0.60 | 0 | 0.13 | 0.47 | 167.25 | 0.43 | 0.37 |
| Hex | 36 | 86 | 75 | 3C | 0 | D | 2F | A7 | 2B | 25 |
| Octal | 66 | 206 | 165 | 74 | 0 | 15 | 57 | 247 | 53 | 45 |
| Binary | 110110 | 10000110 | 1110101 | 111100 | 0 | 1101 | 101111 | 10100111 | 101011 | 100101 |
Color Harmonies of #368675
Complementary color
Monochromatic Colors of #368675
Black with #368675
Text Example
Text Example
White with #368675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368675; }
p { color: rgb(54,134,117); }
H1.HeaderClassName
{
color: #368675;
}
.AnyTagClassName
{
color: #368675;
}
</style>
background-color css
<style>
a { background-color: #368675; }
a { background-color: rgb(54,134,117); }
div.DivClassName
{
background-color: #368675;
}
.BgClassName
{
background-color: #368675;
}
</style>
border-color css
<style>
span { border-color: #368675; }
span { border-color: rgb(54,134,117); }
td.TdClassName
{
border-color: #368675;
}
.TagClassName
{
border-color: #368675;
}
</style>