Shades of Viridian #388669
Tints of Viridian #388669
RGB
CMYK
RGB Variations
Color information
#388669 (or 0x388669) is known color: Viridian. HEX triplet: 38, 86 and 69. RGB value is (56,134,105). Sum of RGB (Red+Green+Blue) = 56+134+105=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #388669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388669 is #C77996. Grayscale: #6B6B6B. Windows color (decimal): -13072791 or 6915640. OLE color: 6915640.
HSL color Cylindrical-coordinate representation of color #388669: hue angle of 157.69º 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 #388669 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 134 | 105 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.47 |
| HSL | 157.69º | 0.41% | 0.37% | - |
| HSV(B) | 157.69º | 0.58% | 0.53% | - |
| XYZ | 12.71 | 18.91 | 16.35 | - |
| YUV | 107.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 105 | 0.58 | 0 | 0.22 | 0.47 | 157.69 | 0.41 | 0.37 |
| Hex | 38 | 86 | 69 | 3A | 0 | 16 | 2F | 9E | 29 | 25 |
| Octal | 70 | 206 | 151 | 72 | 0 | 26 | 57 | 236 | 51 | 45 |
| Binary | 111000 | 10000110 | 1101001 | 111010 | 0 | 10110 | 101111 | 10011110 | 101001 | 100101 |
Color Harmonies of #388669
Complementary color
Monochromatic Colors of #388669
Black with #388669
Text Example
Text Example
White with #388669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388669; }
p { color: rgb(56,134,105); }
H1.HeaderClassName
{
color: #388669;
}
.AnyTagClassName
{
color: #388669;
}
</style>
background-color css
<style>
a { background-color: #388669; }
a { background-color: rgb(56,134,105); }
div.DivClassName
{
background-color: #388669;
}
.BgClassName
{
background-color: #388669;
}
</style>
border-color css
<style>
span { border-color: #388669; }
span { border-color: rgb(56,134,105); }
td.TdClassName
{
border-color: #388669;
}
.TagClassName
{
border-color: #388669;
}
</style>