Shades of Viridian #388266
Tints of Viridian #388266
RGB
CMYK
RGB Variations
Color information
#388266 (or 0x388266) is known color: Viridian. HEX triplet: 38, 82 and 66. RGB value is (56,130,102). Sum of RGB (Red+Green+Blue) = 56+130+102=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #388266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388266 is #C77D99. Grayscale: #686868. Windows color (decimal): -13073818 or 6718008. OLE color: 6718008.
HSL color Cylindrical-coordinate representation of color #388266: hue angle of 157.3º 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 #388266 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 102 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.49 |
| HSL | 157.3º | 0.4% | 0.36% | - |
| HSV(B) | 157.3º | 0.57% | 0.51% | - |
| XYZ | 12.01 | 17.77 | 15.37 | - |
| YUV | 104.68 | 126.48 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 102 | 0.57 | 0 | 0.22 | 0.49 | 157.3 | 0.4 | 0.36 |
| Hex | 38 | 82 | 66 | 39 | 0 | 16 | 31 | 9D | 28 | 24 |
| Octal | 70 | 202 | 146 | 71 | 0 | 26 | 61 | 235 | 50 | 44 |
| Binary | 111000 | 10000010 | 1100110 | 111001 | 0 | 10110 | 110001 | 10011101 | 101000 | 100100 |
Color Harmonies of #388266
Complementary color
Monochromatic Colors of #388266
Black with #388266
Text Example
Text Example
White with #388266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388266; }
p { color: rgb(56,130,102); }
H1.HeaderClassName
{
color: #388266;
}
.AnyTagClassName
{
color: #388266;
}
</style>
background-color css
<style>
a { background-color: #388266; }
a { background-color: rgb(56,130,102); }
div.DivClassName
{
background-color: #388266;
}
.BgClassName
{
background-color: #388266;
}
</style>
border-color css
<style>
span { border-color: #388266; }
span { border-color: rgb(56,130,102); }
td.TdClassName
{
border-color: #388266;
}
.TagClassName
{
border-color: #388266;
}
</style>