Shades of Viridian #388A6B
Tints of Viridian #388A6B
RGB
CMYK
RGB Variations
Color information
#388A6B (or 0x388A6B) is known color: Viridian. HEX triplet: 38, 8A and 6B. RGB value is (56,138,107). Sum of RGB (Red+Green+Blue) = 56+138+107=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #388A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A6B is #C77594. Grayscale: #6D6D6D. Windows color (decimal): -13071765 or 7047736. OLE color: 7047736.
HSL color Cylindrical-coordinate representation of color #388A6B: hue angle of 157.32º 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 #388A6B is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 107 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.46 |
| HSL | 157.32º | 0.42% | 0.38% | - |
| HSV(B) | 157.32º | 0.59% | 0.54% | - |
| XYZ | 13.37 | 20.08 | 17.08 | - |
| YUV | 109.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 107 | 0.59 | 0 | 0.22 | 0.46 | 157.32 | 0.42 | 0.38 |
| Hex | 38 | 8A | 6B | 3B | 0 | 16 | 2E | 9D | 2A | 26 |
| Octal | 70 | 212 | 153 | 73 | 0 | 26 | 56 | 235 | 52 | 46 |
| Binary | 111000 | 10001010 | 1101011 | 111011 | 0 | 10110 | 101110 | 10011101 | 101010 | 100110 |
Color Harmonies of #388A6B
Complementary color
Monochromatic Colors of #388A6B
Black with #388A6B
Text Example
Text Example
White with #388A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A6B; }
p { color: rgb(56,138,107); }
H1.HeaderClassName
{
color: #388A6B;
}
.AnyTagClassName
{
color: #388A6B;
}
</style>
background-color css
<style>
a { background-color: #388A6B; }
a { background-color: rgb(56,138,107); }
div.DivClassName
{
background-color: #388A6B;
}
.BgClassName
{
background-color: #388A6B;
}
</style>
border-color css
<style>
span { border-color: #388A6B; }
span { border-color: rgb(56,138,107); }
td.TdClassName
{
border-color: #388A6B;
}
.TagClassName
{
border-color: #388A6B;
}
</style>