Shades of Viridian #388265
Tints of Viridian #388265
RGB
CMYK
RGB Variations
Color information
#388265 (or 0x388265) is known color: Viridian. HEX triplet: 38, 82 and 65. RGB value is (56,130,101). Sum of RGB (Red+Green+Blue) = 56+130+101=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #388265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388265 is #C77D9A. Grayscale: #686868. Windows color (decimal): -13073819 or 6652472. OLE color: 6652472.
HSL color Cylindrical-coordinate representation of color #388265: hue angle of 156.49º 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 #388265 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 101 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.49 |
| HSL | 156.49º | 0.4% | 0.36% | - |
| HSV(B) | 156.49º | 0.57% | 0.51% | - |
| XYZ | 11.96 | 17.75 | 15.11 | - |
| YUV | 104.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 101 | 0.57 | 0 | 0.22 | 0.49 | 156.49 | 0.4 | 0.36 |
| Hex | 38 | 82 | 65 | 39 | 0 | 16 | 31 | 9C | 28 | 24 |
| Octal | 70 | 202 | 145 | 71 | 0 | 26 | 61 | 234 | 50 | 44 |
| Binary | 111000 | 10000010 | 1100101 | 111001 | 0 | 10110 | 110001 | 10011100 | 101000 | 100100 |
Color Harmonies of #388265
Complementary color
Monochromatic Colors of #388265
Black with #388265
Text Example
Text Example
White with #388265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388265; }
p { color: rgb(56,130,101); }
H1.HeaderClassName
{
color: #388265;
}
.AnyTagClassName
{
color: #388265;
}
</style>
background-color css
<style>
a { background-color: #388265; }
a { background-color: rgb(56,130,101); }
div.DivClassName
{
background-color: #388265;
}
.BgClassName
{
background-color: #388265;
}
</style>
border-color css
<style>
span { border-color: #388265; }
span { border-color: rgb(56,130,101); }
td.TdClassName
{
border-color: #388265;
}
.TagClassName
{
border-color: #388265;
}
</style>