Shades of Viridian #388271
Tints of Viridian #388271
RGB
CMYK
RGB Variations
Color information
#388271 (or 0x388271) is known color: Viridian. HEX triplet: 38, 82 and 71. RGB value is (56,130,113). Sum of RGB (Red+Green+Blue) = 56+130+113=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #388271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388271 is #C77D8E. Grayscale: #696969. Windows color (decimal): -13073807 or 7438904. OLE color: 7438904.
HSL color Cylindrical-coordinate representation of color #388271: hue angle of 166.22º 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 #388271 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 113 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.49 |
| HSL | 166.22º | 0.4% | 0.36% | - |
| HSV(B) | 166.22º | 0.57% | 0.51% | - |
| XYZ | 12.59 | 18 | 18.43 | - |
| YUV | 105.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 113 | 0.57 | 0 | 0.13 | 0.49 | 166.22 | 0.4 | 0.36 |
| Hex | 38 | 82 | 71 | 39 | 0 | D | 31 | A6 | 28 | 24 |
| Octal | 70 | 202 | 161 | 71 | 0 | 15 | 61 | 246 | 50 | 44 |
| Binary | 111000 | 10000010 | 1110001 | 111001 | 0 | 1101 | 110001 | 10100110 | 101000 | 100100 |
Color Harmonies of #388271
Complementary color
Monochromatic Colors of #388271
Black with #388271
Text Example
Text Example
White with #388271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388271; }
p { color: rgb(56,130,113); }
H1.HeaderClassName
{
color: #388271;
}
.AnyTagClassName
{
color: #388271;
}
</style>
background-color css
<style>
a { background-color: #388271; }
a { background-color: rgb(56,130,113); }
div.DivClassName
{
background-color: #388271;
}
.BgClassName
{
background-color: #388271;
}
</style>
border-color css
<style>
span { border-color: #388271; }
span { border-color: rgb(56,130,113); }
td.TdClassName
{
border-color: #388271;
}
.TagClassName
{
border-color: #388271;
}
</style>