Shades of Viridian #388367
Tints of Viridian #388367
RGB
CMYK
RGB Variations
Color information
#388367 (or 0x388367) is known color: Viridian. HEX triplet: 38, 83 and 67. RGB value is (56,131,103). Sum of RGB (Red+Green+Blue) = 56+131+103=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #388367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388367 is #C77C98. Grayscale: #696969. Windows color (decimal): -13073561 or 6783800. OLE color: 6783800.
HSL color Cylindrical-coordinate representation of color #388367: hue angle of 157.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388367 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 131 | 103 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.49 |
| HSL | 157.6º | 0.4% | 0.37% | - |
| HSV(B) | 157.6º | 0.57% | 0.51% | - |
| XYZ | 12.2 | 18.05 | 15.67 | - |
| YUV | 105.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 103 | 0.57 | 0 | 0.21 | 0.49 | 157.6 | 0.4 | 0.37 |
| Hex | 38 | 83 | 67 | 39 | 0 | 15 | 31 | 9E | 28 | 25 |
| Octal | 70 | 203 | 147 | 71 | 0 | 25 | 61 | 236 | 50 | 45 |
| Binary | 111000 | 10000011 | 1100111 | 111001 | 0 | 10101 | 110001 | 10011110 | 101000 | 100101 |
Color Harmonies of #388367
Complementary color
Monochromatic Colors of #388367
Black with #388367
Text Example
Text Example
White with #388367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388367; }
p { color: rgb(56,131,103); }
H1.HeaderClassName
{
color: #388367;
}
.AnyTagClassName
{
color: #388367;
}
</style>
background-color css
<style>
a { background-color: #388367; }
a { background-color: rgb(56,131,103); }
div.DivClassName
{
background-color: #388367;
}
.BgClassName
{
background-color: #388367;
}
</style>
border-color css
<style>
span { border-color: #388367; }
span { border-color: rgb(56,131,103); }
td.TdClassName
{
border-color: #388367;
}
.TagClassName
{
border-color: #388367;
}
</style>