Shades of Viridian #388462
Tints of Viridian #388462
RGB
CMYK
RGB Variations
Color information
#388462 (or 0x388462) is known color: Viridian. HEX triplet: 38, 84 and 62. RGB value is (56,132,98). Sum of RGB (Red+Green+Blue) = 56+132+98=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #388462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388462 is #C77B9D. Grayscale: #696969. Windows color (decimal): -13073310 or 6456376. OLE color: 6456376.
HSL color Cylindrical-coordinate representation of color #388462: hue angle of 153.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388462 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 132 | 98 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.48 |
| HSL | 153.16º | 0.4% | 0.37% | - |
| HSV(B) | 153.16º | 0.58% | 0.52% | - |
| XYZ | 12.09 | 18.23 | 14.44 | - |
| YUV | 105.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 98 | 0.58 | 0 | 0.26 | 0.48 | 153.16 | 0.4 | 0.37 |
| Hex | 38 | 84 | 62 | 3A | 0 | 1A | 30 | 99 | 28 | 25 |
| Octal | 70 | 204 | 142 | 72 | 0 | 32 | 60 | 231 | 50 | 45 |
| Binary | 111000 | 10000100 | 1100010 | 111010 | 0 | 11010 | 110000 | 10011001 | 101000 | 100101 |
Color Harmonies of #388462
Complementary color
Monochromatic Colors of #388462
Black with #388462
Text Example
Text Example
White with #388462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388462; }
p { color: rgb(56,132,98); }
H1.HeaderClassName
{
color: #388462;
}
.AnyTagClassName
{
color: #388462;
}
</style>
background-color css
<style>
a { background-color: #388462; }
a { background-color: rgb(56,132,98); }
div.DivClassName
{
background-color: #388462;
}
.BgClassName
{
background-color: #388462;
}
</style>
border-color css
<style>
span { border-color: #388462; }
span { border-color: rgb(56,132,98); }
td.TdClassName
{
border-color: #388462;
}
.TagClassName
{
border-color: #388462;
}
</style>