Shades of Viridian #388A74
Tints of Viridian #388A74
RGB
CMYK
RGB Variations
Color information
#388A74 (or 0x388A74) is known color: Viridian. HEX triplet: 38, 8A and 74. RGB value is (56,138,116). Sum of RGB (Red+Green+Blue) = 56+138+116=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #388A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A74 is #C7758B. Grayscale: #6E6E6E. Windows color (decimal): -13071756 or 7637560. OLE color: 7637560.
HSL color Cylindrical-coordinate representation of color #388A74: hue angle of 163.9º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388A74 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 116 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.46 |
| HSL | 163.9º | 0.42% | 0.38% | - |
| HSV(B) | 163.9º | 0.59% | 0.54% | - |
| XYZ | 13.87 | 20.28 | 19.71 | - |
| YUV | 110.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 116 | 0.59 | 0 | 0.16 | 0.46 | 163.9 | 0.42 | 0.38 |
| Hex | 38 | 8A | 74 | 3B | 0 | 10 | 2E | A4 | 2A | 26 |
| Octal | 70 | 212 | 164 | 73 | 0 | 20 | 56 | 244 | 52 | 46 |
| Binary | 111000 | 10001010 | 1110100 | 111011 | 0 | 10000 | 101110 | 10100100 | 101010 | 100110 |
Color Harmonies of #388A74
Complementary color
Monochromatic Colors of #388A74
Black with #388A74
Text Example
Text Example
White with #388A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A74; }
p { color: rgb(56,138,116); }
H1.HeaderClassName
{
color: #388A74;
}
.AnyTagClassName
{
color: #388A74;
}
</style>
background-color css
<style>
a { background-color: #388A74; }
a { background-color: rgb(56,138,116); }
div.DivClassName
{
background-color: #388A74;
}
.BgClassName
{
background-color: #388A74;
}
</style>
border-color css
<style>
span { border-color: #388A74; }
span { border-color: rgb(56,138,116); }
td.TdClassName
{
border-color: #388A74;
}
.TagClassName
{
border-color: #388A74;
}
</style>