Shades of Viridian #38886D
Tints of Viridian #38886D
RGB
CMYK
RGB Variations
Color information
#38886D (or 0x38886D) is known color: Viridian. HEX triplet: 38, 88 and 6D. RGB value is (56,136,109). Sum of RGB (Red+Green+Blue) = 56+136+109=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #38886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38886D is #C77792. Grayscale: #6D6D6D. Windows color (decimal): -13072275 or 7178296. OLE color: 7178296.
HSL color Cylindrical-coordinate representation of color #38886D: hue angle of 159.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38886D is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 109 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.47 |
| HSL | 159.75º | 0.42% | 0.38% | - |
| HSV(B) | 159.75º | 0.59% | 0.53% | - |
| XYZ | 13.2 | 19.55 | 17.55 | - |
| YUV | 109 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 109 | 0.59 | 0 | 0.20 | 0.47 | 159.75 | 0.42 | 0.38 |
| Hex | 38 | 88 | 6D | 3B | 0 | 14 | 2F | A0 | 2A | 26 |
| Octal | 70 | 210 | 155 | 73 | 0 | 24 | 57 | 240 | 52 | 46 |
| Binary | 111000 | 10001000 | 1101101 | 111011 | 0 | 10100 | 101111 | 10100000 | 101010 | 100110 |
Color Harmonies of #38886D
Complementary color
Monochromatic Colors of #38886D
Black with #38886D
Text Example
Text Example
White with #38886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38886D; }
p { color: rgb(56,136,109); }
H1.HeaderClassName
{
color: #38886D;
}
.AnyTagClassName
{
color: #38886D;
}
</style>
background-color css
<style>
a { background-color: #38886D; }
a { background-color: rgb(56,136,109); }
div.DivClassName
{
background-color: #38886D;
}
.BgClassName
{
background-color: #38886D;
}
</style>
border-color css
<style>
span { border-color: #38886D; }
span { border-color: rgb(56,136,109); }
td.TdClassName
{
border-color: #38886D;
}
.TagClassName
{
border-color: #38886D;
}
</style>