Shades of Viridian #388069
Tints of Viridian #388069
RGB
CMYK
RGB Variations
Color information
#388069 (or 0x388069) is known color: Viridian. HEX triplet: 38, 80 and 69. RGB value is (56,128,105). Sum of RGB (Red+Green+Blue) = 56+128+105=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #388069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388069 is #C77F96. Grayscale: #676767. Windows color (decimal): -13074327 or 6914104. OLE color: 6914104.
HSL color Cylindrical-coordinate representation of color #388069: hue angle of 160.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388069 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 128 | 105 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.50 |
| HSL | 160.83º | 0.39% | 0.36% | - |
| HSV(B) | 160.83º | 0.56% | 0.5% | - |
| XYZ | 11.9 | 17.3 | 16.08 | - |
| YUV | 103.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 105 | 0.56 | 0 | 0.18 | 0.50 | 160.83 | 0.39 | 0.36 |
| Hex | 38 | 80 | 69 | 38 | 0 | 12 | 32 | A1 | 27 | 24 |
| Octal | 70 | 200 | 151 | 70 | 0 | 22 | 62 | 241 | 47 | 44 |
| Binary | 111000 | 10000000 | 1101001 | 111000 | 0 | 10010 | 110010 | 10100001 | 100111 | 100100 |
Color Harmonies of #388069
Complementary color
Monochromatic Colors of #388069
Black with #388069
Text Example
Text Example
White with #388069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388069; }
p { color: rgb(56,128,105); }
H1.HeaderClassName
{
color: #388069;
}
.AnyTagClassName
{
color: #388069;
}
</style>
background-color css
<style>
a { background-color: #388069; }
a { background-color: rgb(56,128,105); }
div.DivClassName
{
background-color: #388069;
}
.BgClassName
{
background-color: #388069;
}
</style>
border-color css
<style>
span { border-color: #388069; }
span { border-color: rgb(56,128,105); }
td.TdClassName
{
border-color: #388069;
}
.TagClassName
{
border-color: #388069;
}
</style>