Shades of Viridian #38826B
Tints of Viridian #38826B
RGB
CMYK
RGB Variations
Color information
#38826B (or 0x38826B) is known color: Viridian. HEX triplet: 38, 82 and 6B. RGB value is (56,130,107). Sum of RGB (Red+Green+Blue) = 56+130+107=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #38826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38826B is #C77D94. Grayscale: #696969. Windows color (decimal): -13073813 or 7045688. OLE color: 7045688.
HSL color Cylindrical-coordinate representation of color #38826B: hue angle of 161.35º 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 #38826B is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 107 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.49 |
| HSL | 161.35º | 0.4% | 0.36% | - |
| HSV(B) | 161.35º | 0.57% | 0.51% | - |
| XYZ | 12.27 | 17.87 | 16.71 | - |
| YUV | 105.25 | 128.98 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 107 | 0.57 | 0 | 0.18 | 0.49 | 161.35 | 0.4 | 0.36 |
| Hex | 38 | 82 | 6B | 39 | 0 | 12 | 31 | A1 | 28 | 24 |
| Octal | 70 | 202 | 153 | 71 | 0 | 22 | 61 | 241 | 50 | 44 |
| Binary | 111000 | 10000010 | 1101011 | 111001 | 0 | 10010 | 110001 | 10100001 | 101000 | 100100 |
Color Harmonies of #38826B
Complementary color
Monochromatic Colors of #38826B
Black with #38826B
Text Example
Text Example
White with #38826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38826B; }
p { color: rgb(56,130,107); }
H1.HeaderClassName
{
color: #38826B;
}
.AnyTagClassName
{
color: #38826B;
}
</style>
background-color css
<style>
a { background-color: #38826B; }
a { background-color: rgb(56,130,107); }
div.DivClassName
{
background-color: #38826B;
}
.BgClassName
{
background-color: #38826B;
}
</style>
border-color css
<style>
span { border-color: #38826B; }
span { border-color: rgb(56,130,107); }
td.TdClassName
{
border-color: #38826B;
}
.TagClassName
{
border-color: #38826B;
}
</style>