Shades of Viridian #368965
Tints of Viridian #368965
RGB
CMYK
RGB Variations
Color information
#368965 (or 0x368965) is known color: Viridian. HEX triplet: 36, 89 and 65. RGB value is (54,137,101). Sum of RGB (Red+Green+Blue) = 54+137+101=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #368965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368965 is #C9769A. Grayscale: #6C6C6C. Windows color (decimal): -13203099 or 6654262. OLE color: 6654262.
HSL color Cylindrical-coordinate representation of color #368965: hue angle of 153.98º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368965 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 137 | 101 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.46 |
| HSL | 153.98º | 0.43% | 0.37% | - |
| HSV(B) | 153.98º | 0.61% | 0.54% | - |
| XYZ | 12.82 | 19.62 | 15.42 | - |
| YUV | 108.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 101 | 0.61 | 0 | 0.26 | 0.46 | 153.98 | 0.43 | 0.37 |
| Hex | 36 | 89 | 65 | 3D | 0 | 1A | 2E | 9A | 2B | 25 |
| Octal | 66 | 211 | 145 | 75 | 0 | 32 | 56 | 232 | 53 | 45 |
| Binary | 110110 | 10001001 | 1100101 | 111101 | 0 | 11010 | 101110 | 10011010 | 101011 | 100101 |
Color Harmonies of #368965
Complementary color
Monochromatic Colors of #368965
Black with #368965
Text Example
Text Example
White with #368965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368965; }
p { color: rgb(54,137,101); }
H1.HeaderClassName
{
color: #368965;
}
.AnyTagClassName
{
color: #368965;
}
</style>
background-color css
<style>
a { background-color: #368965; }
a { background-color: rgb(54,137,101); }
div.DivClassName
{
background-color: #368965;
}
.BgClassName
{
background-color: #368965;
}
</style>
border-color css
<style>
span { border-color: #368965; }
span { border-color: rgb(54,137,101); }
td.TdClassName
{
border-color: #368965;
}
.TagClassName
{
border-color: #368965;
}
</style>