Shades of Viridian #38826D
Tints of Viridian #38826D
RGB
CMYK
RGB Variations
Color information
#38826D (or 0x38826D) is known color: Viridian. HEX triplet: 38, 82 and 6D. RGB value is (56,130,109). Sum of RGB (Red+Green+Blue) = 56+130+109=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #38826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38826D is #C77D92. Grayscale: #696969. Windows color (decimal): -13073811 or 7176760. OLE color: 7176760.
HSL color Cylindrical-coordinate representation of color #38826D: hue angle of 162.97º 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 #38826D is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 109 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.49 |
| HSL | 162.97º | 0.4% | 0.36% | - |
| HSV(B) | 162.97º | 0.57% | 0.51% | - |
| XYZ | 12.37 | 17.91 | 17.27 | - |
| YUV | 105.48 | 129.98 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 109 | 0.57 | 0 | 0.16 | 0.49 | 162.97 | 0.4 | 0.36 |
| Hex | 38 | 82 | 6D | 39 | 0 | 10 | 31 | A3 | 28 | 24 |
| Octal | 70 | 202 | 155 | 71 | 0 | 20 | 61 | 243 | 50 | 44 |
| Binary | 111000 | 10000010 | 1101101 | 111001 | 0 | 10000 | 110001 | 10100011 | 101000 | 100100 |
Color Harmonies of #38826D
Complementary color
Monochromatic Colors of #38826D
Black with #38826D
Text Example
Text Example
White with #38826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38826D; }
p { color: rgb(56,130,109); }
H1.HeaderClassName
{
color: #38826D;
}
.AnyTagClassName
{
color: #38826D;
}
</style>
background-color css
<style>
a { background-color: #38826D; }
a { background-color: rgb(56,130,109); }
div.DivClassName
{
background-color: #38826D;
}
.BgClassName
{
background-color: #38826D;
}
</style>
border-color css
<style>
span { border-color: #38826D; }
span { border-color: rgb(56,130,109); }
td.TdClassName
{
border-color: #38826D;
}
.TagClassName
{
border-color: #38826D;
}
</style>