Shades of Viridian #38846A
Tints of Viridian #38846A
RGB
CMYK
RGB Variations
Color information
#38846A (or 0x38846A) is known color: Viridian. HEX triplet: 38, 84 and 6A. RGB value is (56,132,106). Sum of RGB (Red+Green+Blue) = 56+132+106=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #38846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38846A is #C77B95. Grayscale: #6A6A6A. Windows color (decimal): -13073302 or 6980664. OLE color: 6980664.
HSL color Cylindrical-coordinate representation of color #38846A: hue angle of 159.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38846A is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 132 | 106 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.48 |
| HSL | 159.47º | 0.4% | 0.37% | - |
| HSV(B) | 159.47º | 0.58% | 0.52% | - |
| XYZ | 12.48 | 18.38 | 16.53 | - |
| YUV | 106.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 106 | 0.58 | 0 | 0.20 | 0.48 | 159.47 | 0.4 | 0.37 |
| Hex | 38 | 84 | 6A | 3A | 0 | 14 | 30 | 9F | 28 | 25 |
| Octal | 70 | 204 | 152 | 72 | 0 | 24 | 60 | 237 | 50 | 45 |
| Binary | 111000 | 10000100 | 1101010 | 111010 | 0 | 10100 | 110000 | 10011111 | 101000 | 100101 |
Color Harmonies of #38846A
Complementary color
Monochromatic Colors of #38846A
Black with #38846A
Text Example
Text Example
White with #38846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38846A; }
p { color: rgb(56,132,106); }
H1.HeaderClassName
{
color: #38846A;
}
.AnyTagClassName
{
color: #38846A;
}
</style>
background-color css
<style>
a { background-color: #38846A; }
a { background-color: rgb(56,132,106); }
div.DivClassName
{
background-color: #38846A;
}
.BgClassName
{
background-color: #38846A;
}
</style>
border-color css
<style>
span { border-color: #38846A; }
span { border-color: rgb(56,132,106); }
td.TdClassName
{
border-color: #38846A;
}
.TagClassName
{
border-color: #38846A;
}
</style>