Shades of Viridian #388666
Tints of Viridian #388666
RGB
CMYK
RGB Variations
Color information
#388666 (or 0x388666) is known color: Viridian. HEX triplet: 38, 86 and 66. RGB value is (56,134,102). Sum of RGB (Red+Green+Blue) = 56+134+102=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #388666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388666 is #C77999. Grayscale: #6B6B6B. Windows color (decimal): -13072794 or 6719032. OLE color: 6719032.
HSL color Cylindrical-coordinate representation of color #388666: hue angle of 155.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388666 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 134 | 102 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.47 |
| HSL | 155.38º | 0.41% | 0.37% | - |
| HSV(B) | 155.38º | 0.58% | 0.53% | - |
| XYZ | 12.55 | 18.85 | 15.55 | - |
| YUV | 107.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 102 | 0.58 | 0 | 0.24 | 0.47 | 155.38 | 0.41 | 0.37 |
| Hex | 38 | 86 | 66 | 3A | 0 | 18 | 2F | 9B | 29 | 25 |
| Octal | 70 | 206 | 146 | 72 | 0 | 30 | 57 | 233 | 51 | 45 |
| Binary | 111000 | 10000110 | 1100110 | 111010 | 0 | 11000 | 101111 | 10011011 | 101001 | 100101 |
Color Harmonies of #388666
Complementary color
Monochromatic Colors of #388666
Black with #388666
Text Example
Text Example
White with #388666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388666; }
p { color: rgb(56,134,102); }
H1.HeaderClassName
{
color: #388666;
}
.AnyTagClassName
{
color: #388666;
}
</style>
background-color css
<style>
a { background-color: #388666; }
a { background-color: rgb(56,134,102); }
div.DivClassName
{
background-color: #388666;
}
.BgClassName
{
background-color: #388666;
}
</style>
border-color css
<style>
span { border-color: #388666; }
span { border-color: rgb(56,134,102); }
td.TdClassName
{
border-color: #388666;
}
.TagClassName
{
border-color: #388666;
}
</style>