Shades of Viridian #388569
Tints of Viridian #388569
RGB
CMYK
RGB Variations
Color information
#388569 (or 0x388569) is known color: Viridian. HEX triplet: 38, 85 and 69. RGB value is (56,133,105). Sum of RGB (Red+Green+Blue) = 56+133+105=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #388569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388569 is #C77A96. Grayscale: #6A6A6A. Windows color (decimal): -13073047 or 6915384. OLE color: 6915384.
HSL color Cylindrical-coordinate representation of color #388569: hue angle of 158.18º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388569 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 105 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.48 |
| HSL | 158.18º | 0.41% | 0.37% | - |
| HSV(B) | 158.18º | 0.58% | 0.52% | - |
| XYZ | 12.57 | 18.64 | 16.3 | - |
| YUV | 106.79 | 126.99 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 105 | 0.58 | 0 | 0.21 | 0.48 | 158.18 | 0.41 | 0.37 |
| Hex | 38 | 85 | 69 | 3A | 0 | 15 | 30 | 9E | 29 | 25 |
| Octal | 70 | 205 | 151 | 72 | 0 | 25 | 60 | 236 | 51 | 45 |
| Binary | 111000 | 10000101 | 1101001 | 111010 | 0 | 10101 | 110000 | 10011110 | 101001 | 100101 |
Color Harmonies of #388569
Complementary color
Monochromatic Colors of #388569
Black with #388569
Text Example
Text Example
White with #388569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388569; }
p { color: rgb(56,133,105); }
H1.HeaderClassName
{
color: #388569;
}
.AnyTagClassName
{
color: #388569;
}
</style>
background-color css
<style>
a { background-color: #388569; }
a { background-color: rgb(56,133,105); }
div.DivClassName
{
background-color: #388569;
}
.BgClassName
{
background-color: #388569;
}
</style>
border-color css
<style>
span { border-color: #388569; }
span { border-color: rgb(56,133,105); }
td.TdClassName
{
border-color: #388569;
}
.TagClassName
{
border-color: #388569;
}
</style>