Shades of Viridian #38916F
Tints of Viridian #38916F
RGB
CMYK
RGB Variations
Color information
#38916F (or 0x38916F) is known color: Viridian. HEX triplet: 38, 91 and 6F. RGB value is (56,145,111). Sum of RGB (Red+Green+Blue) = 56+145+111=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #38916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38916F is #C76E90. Grayscale: #727272. Windows color (decimal): -13069969 or 7311672. OLE color: 7311672.
HSL color Cylindrical-coordinate representation of color #38916F: hue angle of 157.08º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38916F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 145 | 111 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.43 |
| HSL | 157.08º | 0.44% | 0.39% | - |
| HSV(B) | 157.08º | 0.61% | 0.57% | - |
| XYZ | 14.63 | 22.24 | 18.56 | - |
| YUV | 114.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 111 | 0.61 | 0 | 0.23 | 0.43 | 157.08 | 0.44 | 0.39 |
| Hex | 38 | 91 | 6F | 3D | 0 | 17 | 2B | 9D | 2C | 27 |
| Octal | 70 | 221 | 157 | 75 | 0 | 27 | 53 | 235 | 54 | 47 |
| Binary | 111000 | 10010001 | 1101111 | 111101 | 0 | 10111 | 101011 | 10011101 | 101100 | 100111 |
Color Harmonies of #38916F
Complementary color
Monochromatic Colors of #38916F
Black with #38916F
Text Example
Text Example
White with #38916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38916F; }
p { color: rgb(56,145,111); }
H1.HeaderClassName
{
color: #38916F;
}
.AnyTagClassName
{
color: #38916F;
}
</style>
background-color css
<style>
a { background-color: #38916F; }
a { background-color: rgb(56,145,111); }
div.DivClassName
{
background-color: #38916F;
}
.BgClassName
{
background-color: #38916F;
}
</style>
border-color css
<style>
span { border-color: #38916F; }
span { border-color: rgb(56,145,111); }
td.TdClassName
{
border-color: #38916F;
}
.TagClassName
{
border-color: #38916F;
}
</style>