Shades of Viridian #38836F
Tints of Viridian #38836F
RGB
CMYK
RGB Variations
Color information
#38836F (or 0x38836F) is known color: Viridian. HEX triplet: 38, 83 and 6F. RGB value is (56,131,111). Sum of RGB (Red+Green+Blue) = 56+131+111=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #38836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38836F is #C77C90. Grayscale: #6A6A6A. Windows color (decimal): -13073553 or 7308088. OLE color: 7308088.
HSL color Cylindrical-coordinate representation of color #38836F: hue angle of 164º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38836F is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 131 | 111 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.49 |
| HSL | 164º | 0.4% | 0.37% | - |
| HSV(B) | 164º | 0.57% | 0.51% | - |
| XYZ | 12.62 | 18.22 | 17.89 | - |
| YUV | 106.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 111 | 0.57 | 0 | 0.15 | 0.49 | 164 | 0.4 | 0.37 |
| Hex | 38 | 83 | 6F | 39 | 0 | F | 31 | A4 | 28 | 25 |
| Octal | 70 | 203 | 157 | 71 | 0 | 17 | 61 | 244 | 50 | 45 |
| Binary | 111000 | 10000011 | 1101111 | 111001 | 0 | 1111 | 110001 | 10100100 | 101000 | 100101 |
Color Harmonies of #38836F
Complementary color
Monochromatic Colors of #38836F
Black with #38836F
Text Example
Text Example
White with #38836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38836F; }
p { color: rgb(56,131,111); }
H1.HeaderClassName
{
color: #38836F;
}
.AnyTagClassName
{
color: #38836F;
}
</style>
background-color css
<style>
a { background-color: #38836F; }
a { background-color: rgb(56,131,111); }
div.DivClassName
{
background-color: #38836F;
}
.BgClassName
{
background-color: #38836F;
}
</style>
border-color css
<style>
span { border-color: #38836F; }
span { border-color: rgb(56,131,111); }
td.TdClassName
{
border-color: #38836F;
}
.TagClassName
{
border-color: #38836F;
}
</style>