Shades of Viridian #38856D
Tints of Viridian #38856D
RGB
CMYK
RGB Variations
Color information
#38856D (or 0x38856D) is known color: Viridian. HEX triplet: 38, 85 and 6D. RGB value is (56,133,109). Sum of RGB (Red+Green+Blue) = 56+133+109=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #38856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38856D is #C77A92. Grayscale: #6B6B6B. Windows color (decimal): -13073043 or 7177528. OLE color: 7177528.
HSL color Cylindrical-coordinate representation of color #38856D: hue angle of 161.3º 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 #38856D is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 109 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.48 |
| HSL | 161.3º | 0.41% | 0.37% | - |
| HSV(B) | 161.3º | 0.58% | 0.52% | - |
| XYZ | 12.78 | 18.72 | 17.41 | - |
| YUV | 107.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 109 | 0.58 | 0 | 0.18 | 0.48 | 161.3 | 0.41 | 0.37 |
| Hex | 38 | 85 | 6D | 3A | 0 | 12 | 30 | A1 | 29 | 25 |
| Octal | 70 | 205 | 155 | 72 | 0 | 22 | 60 | 241 | 51 | 45 |
| Binary | 111000 | 10000101 | 1101101 | 111010 | 0 | 10010 | 110000 | 10100001 | 101001 | 100101 |
Color Harmonies of #38856D
Complementary color
Monochromatic Colors of #38856D
Black with #38856D
Text Example
Text Example
White with #38856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38856D; }
p { color: rgb(56,133,109); }
H1.HeaderClassName
{
color: #38856D;
}
.AnyTagClassName
{
color: #38856D;
}
</style>
background-color css
<style>
a { background-color: #38856D; }
a { background-color: rgb(56,133,109); }
div.DivClassName
{
background-color: #38856D;
}
.BgClassName
{
background-color: #38856D;
}
</style>
border-color css
<style>
span { border-color: #38856D; }
span { border-color: rgb(56,133,109); }
td.TdClassName
{
border-color: #38856D;
}
.TagClassName
{
border-color: #38856D;
}
</style>