Shades of Viridian #368168
Tints of Viridian #368168
RGB
CMYK
RGB Variations
Color information
#368168 (or 0x368168) is known color: Viridian. HEX triplet: 36, 81 and 68. RGB value is (54,129,104). Sum of RGB (Red+Green+Blue) = 54+129+104=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #368168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368168 is #C97E97. Grayscale: #676767. Windows color (decimal): -13205144 or 6848822. OLE color: 6848822.
HSL color Cylindrical-coordinate representation of color #368168: hue angle of 160º 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 #368168 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 129 | 104 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.49 |
| HSL | 160º | 0.41% | 0.36% | - |
| HSV(B) | 160º | 0.58% | 0.51% | - |
| XYZ | 11.87 | 17.48 | 15.85 | - |
| YUV | 103.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 104 | 0.58 | 0 | 0.19 | 0.49 | 160 | 0.41 | 0.36 |
| Hex | 36 | 81 | 68 | 3A | 0 | 13 | 31 | A0 | 29 | 24 |
| Octal | 66 | 201 | 150 | 72 | 0 | 23 | 61 | 240 | 51 | 44 |
| Binary | 110110 | 10000001 | 1101000 | 111010 | 0 | 10011 | 110001 | 10100000 | 101001 | 100100 |
Color Harmonies of #368168
Complementary color
Monochromatic Colors of #368168
Black with #368168
Text Example
Text Example
White with #368168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368168; }
p { color: rgb(54,129,104); }
H1.HeaderClassName
{
color: #368168;
}
.AnyTagClassName
{
color: #368168;
}
</style>
background-color css
<style>
a { background-color: #368168; }
a { background-color: rgb(54,129,104); }
div.DivClassName
{
background-color: #368168;
}
.BgClassName
{
background-color: #368168;
}
</style>
border-color css
<style>
span { border-color: #368168; }
span { border-color: rgb(54,129,104); }
td.TdClassName
{
border-color: #368168;
}
.TagClassName
{
border-color: #368168;
}
</style>