Shades of Viridian #38846B
Tints of Viridian #38846B
RGB
CMYK
RGB Variations
Color information
#38846B (or 0x38846B) is known color: Viridian. HEX triplet: 38, 84 and 6B. RGB value is (56,132,107). Sum of RGB (Red+Green+Blue) = 56+132+107=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #38846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38846B is #C77B94. Grayscale: #6A6A6A. Windows color (decimal): -13073301 or 7046200. OLE color: 7046200.
HSL color Cylindrical-coordinate representation of color #38846B: hue angle of 160.26º 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 #38846B is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 132 | 107 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.48 |
| HSL | 160.26º | 0.4% | 0.37% | - |
| HSV(B) | 160.26º | 0.58% | 0.52% | - |
| XYZ | 12.54 | 18.4 | 16.8 | - |
| YUV | 106.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 107 | 0.58 | 0 | 0.19 | 0.48 | 160.26 | 0.4 | 0.37 |
| Hex | 38 | 84 | 6B | 3A | 0 | 13 | 30 | A0 | 28 | 25 |
| Octal | 70 | 204 | 153 | 72 | 0 | 23 | 60 | 240 | 50 | 45 |
| Binary | 111000 | 10000100 | 1101011 | 111010 | 0 | 10011 | 110000 | 10100000 | 101000 | 100101 |
Color Harmonies of #38846B
Complementary color
Monochromatic Colors of #38846B
Black with #38846B
Text Example
Text Example
White with #38846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38846B; }
p { color: rgb(56,132,107); }
H1.HeaderClassName
{
color: #38846B;
}
.AnyTagClassName
{
color: #38846B;
}
</style>
background-color css
<style>
a { background-color: #38846B; }
a { background-color: rgb(56,132,107); }
div.DivClassName
{
background-color: #38846B;
}
.BgClassName
{
background-color: #38846B;
}
</style>
border-color css
<style>
span { border-color: #38846B; }
span { border-color: rgb(56,132,107); }
td.TdClassName
{
border-color: #38846B;
}
.TagClassName
{
border-color: #38846B;
}
</style>