Shades of Viridian #368B68
Tints of Viridian #368B68
RGB
CMYK
RGB Variations
Color information
#368B68 (or 0x368B68) is known color: Viridian. HEX triplet: 36, 8B and 68. RGB value is (54,139,104). Sum of RGB (Red+Green+Blue) = 54+139+104=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #368B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B68 is #C97497. Grayscale: #6D6D6D. Windows color (decimal): -13202584 or 6851382. OLE color: 6851382.
HSL color Cylindrical-coordinate representation of color #368B68: hue angle of 155.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368B68 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 139 | 104 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.45 |
| HSL | 155.29º | 0.44% | 0.38% | - |
| HSV(B) | 155.29º | 0.61% | 0.55% | - |
| XYZ | 13.25 | 20.25 | 16.31 | - |
| YUV | 109.6 | 124.84 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 104 | 0.61 | 0 | 0.25 | 0.45 | 155.29 | 0.44 | 0.38 |
| Hex | 36 | 8B | 68 | 3D | 0 | 19 | 2D | 9B | 2C | 26 |
| Octal | 66 | 213 | 150 | 75 | 0 | 31 | 55 | 233 | 54 | 46 |
| Binary | 110110 | 10001011 | 1101000 | 111101 | 0 | 11001 | 101101 | 10011011 | 101100 | 100110 |
Color Harmonies of #368B68
Complementary color
Monochromatic Colors of #368B68
Black with #368B68
Text Example
Text Example
White with #368B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368B68; }
p { color: rgb(54,139,104); }
H1.HeaderClassName
{
color: #368B68;
}
.AnyTagClassName
{
color: #368B68;
}
</style>
background-color css
<style>
a { background-color: #368B68; }
a { background-color: rgb(54,139,104); }
div.DivClassName
{
background-color: #368B68;
}
.BgClassName
{
background-color: #368B68;
}
</style>
border-color css
<style>
span { border-color: #368B68; }
span { border-color: rgb(54,139,104); }
td.TdClassName
{
border-color: #368B68;
}
.TagClassName
{
border-color: #368B68;
}
</style>