Shades of Viridian #38866C
Tints of Viridian #38866C
RGB
CMYK
RGB Variations
Color information
#38866C (or 0x38866C) is known color: Viridian. HEX triplet: 38, 86 and 6C. RGB value is (56,134,108). Sum of RGB (Red+Green+Blue) = 56+134+108=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #38866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38866C is #C77993. Grayscale: #6B6B6B. Windows color (decimal): -13072788 or 7112248. OLE color: 7112248.
HSL color Cylindrical-coordinate representation of color #38866C: hue angle of 160º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38866C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 134 | 108 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.47 |
| HSL | 160º | 0.41% | 0.37% | - |
| HSV(B) | 160º | 0.58% | 0.53% | - |
| XYZ | 12.86 | 18.97 | 17.17 | - |
| YUV | 107.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 108 | 0.58 | 0 | 0.19 | 0.47 | 160 | 0.41 | 0.37 |
| Hex | 38 | 86 | 6C | 3A | 0 | 13 | 2F | A0 | 29 | 25 |
| Octal | 70 | 206 | 154 | 72 | 0 | 23 | 57 | 240 | 51 | 45 |
| Binary | 111000 | 10000110 | 1101100 | 111010 | 0 | 10011 | 101111 | 10100000 | 101001 | 100101 |
Color Harmonies of #38866C
Complementary color
Monochromatic Colors of #38866C
Black with #38866C
Text Example
Text Example
White with #38866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38866C; }
p { color: rgb(56,134,108); }
H1.HeaderClassName
{
color: #38866C;
}
.AnyTagClassName
{
color: #38866C;
}
</style>
background-color css
<style>
a { background-color: #38866C; }
a { background-color: rgb(56,134,108); }
div.DivClassName
{
background-color: #38866C;
}
.BgClassName
{
background-color: #38866C;
}
</style>
border-color css
<style>
span { border-color: #38866C; }
span { border-color: rgb(56,134,108); }
td.TdClassName
{
border-color: #38866C;
}
.TagClassName
{
border-color: #38866C;
}
</style>