Shades of Viridian #38886F
Tints of Viridian #38886F
RGB
CMYK
RGB Variations
Color information
#38886F (or 0x38886F) is known color: Viridian. HEX triplet: 38, 88 and 6F. RGB value is (56,136,111). Sum of RGB (Red+Green+Blue) = 56+136+111=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #38886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38886F is #C77790. Grayscale: #6D6D6D. Windows color (decimal): -13072273 or 7309368. OLE color: 7309368.
HSL color Cylindrical-coordinate representation of color #38886F: hue angle of 161.25º 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 #38886F is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 111 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.47 |
| HSL | 161.25º | 0.42% | 0.38% | - |
| HSV(B) | 161.25º | 0.59% | 0.53% | - |
| XYZ | 13.3 | 19.6 | 18.12 | - |
| YUV | 109.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 111 | 0.59 | 0 | 0.18 | 0.47 | 161.25 | 0.42 | 0.38 |
| Hex | 38 | 88 | 6F | 3B | 0 | 12 | 2F | A1 | 2A | 26 |
| Octal | 70 | 210 | 157 | 73 | 0 | 22 | 57 | 241 | 52 | 46 |
| Binary | 111000 | 10001000 | 1101111 | 111011 | 0 | 10010 | 101111 | 10100001 | 101010 | 100110 |
Color Harmonies of #38886F
Complementary color
Monochromatic Colors of #38886F
Black with #38886F
Text Example
Text Example
White with #38886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38886F; }
p { color: rgb(56,136,111); }
H1.HeaderClassName
{
color: #38886F;
}
.AnyTagClassName
{
color: #38886F;
}
</style>
background-color css
<style>
a { background-color: #38886F; }
a { background-color: rgb(56,136,111); }
div.DivClassName
{
background-color: #38886F;
}
.BgClassName
{
background-color: #38886F;
}
</style>
border-color css
<style>
span { border-color: #38886F; }
span { border-color: rgb(56,136,111); }
td.TdClassName
{
border-color: #38886F;
}
.TagClassName
{
border-color: #38886F;
}
</style>