Shades of Viridian #368262
Tints of Viridian #368262
RGB
CMYK
RGB Variations
Color information
#368262 (or 0x368262) is known color: Viridian. HEX triplet: 36, 82 and 62. RGB value is (54,130,98). Sum of RGB (Red+Green+Blue) = 54+130+98=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #368262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368262 is #C97D9D. Grayscale: #676767. Windows color (decimal): -13204894 or 6455862. OLE color: 6455862.
HSL color Cylindrical-coordinate representation of color #368262: hue angle of 154.74º 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 #368262 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 98 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.49 |
| HSL | 154.74º | 0.41% | 0.36% | - |
| HSV(B) | 154.74º | 0.58% | 0.51% | - |
| XYZ | 11.71 | 17.63 | 14.34 | - |
| YUV | 103.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 98 | 0.58 | 0 | 0.25 | 0.49 | 154.74 | 0.41 | 0.36 |
| Hex | 36 | 82 | 62 | 3A | 0 | 19 | 31 | 9B | 29 | 24 |
| Octal | 66 | 202 | 142 | 72 | 0 | 31 | 61 | 233 | 51 | 44 |
| Binary | 110110 | 10000010 | 1100010 | 111010 | 0 | 11001 | 110001 | 10011011 | 101001 | 100100 |
Color Harmonies of #368262
Complementary color
Monochromatic Colors of #368262
Black with #368262
Text Example
Text Example
White with #368262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368262; }
p { color: rgb(54,130,98); }
H1.HeaderClassName
{
color: #368262;
}
.AnyTagClassName
{
color: #368262;
}
</style>
background-color css
<style>
a { background-color: #368262; }
a { background-color: rgb(54,130,98); }
div.DivClassName
{
background-color: #368262;
}
.BgClassName
{
background-color: #368262;
}
</style>
border-color css
<style>
span { border-color: #368262; }
span { border-color: rgb(54,130,98); }
td.TdClassName
{
border-color: #368262;
}
.TagClassName
{
border-color: #368262;
}
</style>