Shades of Viridian #38856F
Tints of Viridian #38856F
RGB
CMYK
RGB Variations
Color information
#38856F (or 0x38856F) is known color: Viridian. HEX triplet: 38, 85 and 6F. RGB value is (56,133,111). Sum of RGB (Red+Green+Blue) = 56+133+111=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #38856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38856F is #C77A90. Grayscale: #6B6B6B. Windows color (decimal): -13073041 or 7308600. OLE color: 7308600.
HSL color Cylindrical-coordinate representation of color #38856F: hue angle of 162.86º degrees, saturation: 0.41, 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 #38856F is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 111 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.48 |
| HSL | 162.86º | 0.41% | 0.37% | - |
| HSV(B) | 162.86º | 0.58% | 0.52% | - |
| XYZ | 12.89 | 18.76 | 17.98 | - |
| YUV | 107.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 111 | 0.58 | 0 | 0.17 | 0.48 | 162.86 | 0.41 | 0.37 |
| Hex | 38 | 85 | 6F | 3A | 0 | 11 | 30 | A3 | 29 | 25 |
| Octal | 70 | 205 | 157 | 72 | 0 | 21 | 60 | 243 | 51 | 45 |
| Binary | 111000 | 10000101 | 1101111 | 111010 | 0 | 10001 | 110000 | 10100011 | 101001 | 100101 |
Color Harmonies of #38856F
Complementary color
Monochromatic Colors of #38856F
Black with #38856F
Text Example
Text Example
White with #38856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38856F; }
p { color: rgb(56,133,111); }
H1.HeaderClassName
{
color: #38856F;
}
.AnyTagClassName
{
color: #38856F;
}
</style>
background-color css
<style>
a { background-color: #38856F; }
a { background-color: rgb(56,133,111); }
div.DivClassName
{
background-color: #38856F;
}
.BgClassName
{
background-color: #38856F;
}
</style>
border-color css
<style>
span { border-color: #38856F; }
span { border-color: rgb(56,133,111); }
td.TdClassName
{
border-color: #38856F;
}
.TagClassName
{
border-color: #38856F;
}
</style>