Shades of Viridian #388261
Tints of Viridian #388261
RGB
CMYK
RGB Variations
Color information
#388261 (or 0x388261) is known color: Viridian. HEX triplet: 38, 82 and 61. RGB value is (56,130,97). Sum of RGB (Red+Green+Blue) = 56+130+97=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #388261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388261 is #C77D9E. Grayscale: #686868. Windows color (decimal): -13073823 or 6390328. OLE color: 6390328.
HSL color Cylindrical-coordinate representation of color #388261: hue angle of 153.24º 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 #388261 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 97 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.49 |
| HSL | 153.24º | 0.4% | 0.36% | - |
| HSV(B) | 153.24º | 0.57% | 0.51% | - |
| XYZ | 11.77 | 17.67 | 14.1 | - |
| YUV | 104.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 97 | 0.57 | 0 | 0.25 | 0.49 | 153.24 | 0.4 | 0.36 |
| Hex | 38 | 82 | 61 | 39 | 0 | 19 | 31 | 99 | 28 | 24 |
| Octal | 70 | 202 | 141 | 71 | 0 | 31 | 61 | 231 | 50 | 44 |
| Binary | 111000 | 10000010 | 1100001 | 111001 | 0 | 11001 | 110001 | 10011001 | 101000 | 100100 |
Color Harmonies of #388261
Complementary color
Monochromatic Colors of #388261
Black with #388261
Text Example
Text Example
White with #388261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388261; }
p { color: rgb(56,130,97); }
H1.HeaderClassName
{
color: #388261;
}
.AnyTagClassName
{
color: #388261;
}
</style>
background-color css
<style>
a { background-color: #388261; }
a { background-color: rgb(56,130,97); }
div.DivClassName
{
background-color: #388261;
}
.BgClassName
{
background-color: #388261;
}
</style>
border-color css
<style>
span { border-color: #388261; }
span { border-color: rgb(56,130,97); }
td.TdClassName
{
border-color: #388261;
}
.TagClassName
{
border-color: #388261;
}
</style>