Shades of Viridian #388270
Tints of Viridian #388270
RGB
CMYK
RGB Variations
Color information
#388270 (or 0x388270) is known color: Viridian. HEX triplet: 38, 82 and 70. RGB value is (56,130,112). Sum of RGB (Red+Green+Blue) = 56+130+112=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #388270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388270 is #C77D8F. Grayscale: #696969. Windows color (decimal): -13073808 or 7373368. OLE color: 7373368.
HSL color Cylindrical-coordinate representation of color #388270: hue angle of 165.41º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388270 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 112 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.49 |
| HSL | 165.41º | 0.4% | 0.36% | - |
| HSV(B) | 165.41º | 0.57% | 0.51% | - |
| XYZ | 12.54 | 17.98 | 18.14 | - |
| YUV | 105.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 112 | 0.57 | 0 | 0.14 | 0.49 | 165.41 | 0.4 | 0.36 |
| Hex | 38 | 82 | 70 | 39 | 0 | E | 31 | A5 | 28 | 24 |
| Octal | 70 | 202 | 160 | 71 | 0 | 16 | 61 | 245 | 50 | 44 |
| Binary | 111000 | 10000010 | 1110000 | 111001 | 0 | 1110 | 110001 | 10100101 | 101000 | 100100 |
Color Harmonies of #388270
Complementary color
Monochromatic Colors of #388270
Black with #388270
Text Example
Text Example
White with #388270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388270; }
p { color: rgb(56,130,112); }
H1.HeaderClassName
{
color: #388270;
}
.AnyTagClassName
{
color: #388270;
}
</style>
background-color css
<style>
a { background-color: #388270; }
a { background-color: rgb(56,130,112); }
div.DivClassName
{
background-color: #388270;
}
.BgClassName
{
background-color: #388270;
}
</style>
border-color css
<style>
span { border-color: #388270; }
span { border-color: rgb(56,130,112); }
td.TdClassName
{
border-color: #388270;
}
.TagClassName
{
border-color: #388270;
}
</style>