Shades of Viridian #368162
Tints of Viridian #368162
RGB
CMYK
RGB Variations
Color information
#368162 (or 0x368162) is known color: Viridian. HEX triplet: 36, 81 and 62. RGB value is (54,129,98). Sum of RGB (Red+Green+Blue) = 54+129+98=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #368162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368162 is #C97E9D. Grayscale: #676767. Windows color (decimal): -13205150 or 6455606. OLE color: 6455606.
HSL color Cylindrical-coordinate representation of color #368162: hue angle of 155.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368162 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 129 | 98 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.49 |
| HSL | 155.2º | 0.41% | 0.36% | - |
| HSV(B) | 155.2º | 0.58% | 0.51% | - |
| XYZ | 11.58 | 17.37 | 14.3 | - |
| YUV | 103.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 98 | 0.58 | 0 | 0.24 | 0.49 | 155.2 | 0.41 | 0.36 |
| Hex | 36 | 81 | 62 | 3A | 0 | 18 | 31 | 9B | 29 | 24 |
| Octal | 66 | 201 | 142 | 72 | 0 | 30 | 61 | 233 | 51 | 44 |
| Binary | 110110 | 10000001 | 1100010 | 111010 | 0 | 11000 | 110001 | 10011011 | 101001 | 100100 |
Color Harmonies of #368162
Complementary color
Monochromatic Colors of #368162
Black with #368162
Text Example
Text Example
White with #368162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368162; }
p { color: rgb(54,129,98); }
H1.HeaderClassName
{
color: #368162;
}
.AnyTagClassName
{
color: #368162;
}
</style>
background-color css
<style>
a { background-color: #368162; }
a { background-color: rgb(54,129,98); }
div.DivClassName
{
background-color: #368162;
}
.BgClassName
{
background-color: #368162;
}
</style>
border-color css
<style>
span { border-color: #368162; }
span { border-color: rgb(54,129,98); }
td.TdClassName
{
border-color: #368162;
}
.TagClassName
{
border-color: #368162;
}
</style>