Shades of Viridian #38856C
Tints of Viridian #38856C
RGB
CMYK
RGB Variations
Color information
#38856C (or 0x38856C) is known color: Viridian. HEX triplet: 38, 85 and 6C. RGB value is (56,133,108). Sum of RGB (Red+Green+Blue) = 56+133+108=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #38856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38856C is #C77A93. Grayscale: #6B6B6B. Windows color (decimal): -13073044 or 7111992. OLE color: 7111992.
HSL color Cylindrical-coordinate representation of color #38856C: hue angle of 160.52º 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 #38856C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 108 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.48 |
| HSL | 160.52º | 0.41% | 0.37% | - |
| HSV(B) | 160.52º | 0.58% | 0.52% | - |
| XYZ | 12.73 | 18.7 | 17.13 | - |
| YUV | 107.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 108 | 0.58 | 0 | 0.19 | 0.48 | 160.52 | 0.41 | 0.37 |
| Hex | 38 | 85 | 6C | 3A | 0 | 13 | 30 | A1 | 29 | 25 |
| Octal | 70 | 205 | 154 | 72 | 0 | 23 | 60 | 241 | 51 | 45 |
| Binary | 111000 | 10000101 | 1101100 | 111010 | 0 | 10011 | 110000 | 10100001 | 101001 | 100101 |
Color Harmonies of #38856C
Complementary color
Monochromatic Colors of #38856C
Black with #38856C
Text Example
Text Example
White with #38856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38856C; }
p { color: rgb(56,133,108); }
H1.HeaderClassName
{
color: #38856C;
}
.AnyTagClassName
{
color: #38856C;
}
</style>
background-color css
<style>
a { background-color: #38856C; }
a { background-color: rgb(56,133,108); }
div.DivClassName
{
background-color: #38856C;
}
.BgClassName
{
background-color: #38856C;
}
</style>
border-color css
<style>
span { border-color: #38856C; }
span { border-color: rgb(56,133,108); }
td.TdClassName
{
border-color: #38856C;
}
.TagClassName
{
border-color: #38856C;
}
</style>