Shades of Viridian #38826C
Tints of Viridian #38826C
RGB
CMYK
RGB Variations
Color information
#38826C (or 0x38826C) is known color: Viridian. HEX triplet: 38, 82 and 6C. RGB value is (56,130,108). Sum of RGB (Red+Green+Blue) = 56+130+108=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #38826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38826C is #C77D93. Grayscale: #696969. Windows color (decimal): -13073812 or 7111224. OLE color: 7111224.
HSL color Cylindrical-coordinate representation of color #38826C: hue angle of 162.16º 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 #38826C is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 108 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.49 |
| HSL | 162.16º | 0.4% | 0.36% | - |
| HSV(B) | 162.16º | 0.57% | 0.51% | - |
| XYZ | 12.32 | 17.89 | 16.99 | - |
| YUV | 105.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 108 | 0.57 | 0 | 0.17 | 0.49 | 162.16 | 0.4 | 0.36 |
| Hex | 38 | 82 | 6C | 39 | 0 | 11 | 31 | A2 | 28 | 24 |
| Octal | 70 | 202 | 154 | 71 | 0 | 21 | 61 | 242 | 50 | 44 |
| Binary | 111000 | 10000010 | 1101100 | 111001 | 0 | 10001 | 110001 | 10100010 | 101000 | 100100 |
Color Harmonies of #38826C
Complementary color
Monochromatic Colors of #38826C
Black with #38826C
Text Example
Text Example
White with #38826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38826C; }
p { color: rgb(56,130,108); }
H1.HeaderClassName
{
color: #38826C;
}
.AnyTagClassName
{
color: #38826C;
}
</style>
background-color css
<style>
a { background-color: #38826C; }
a { background-color: rgb(56,130,108); }
div.DivClassName
{
background-color: #38826C;
}
.BgClassName
{
background-color: #38826C;
}
</style>
border-color css
<style>
span { border-color: #38826C; }
span { border-color: rgb(56,130,108); }
td.TdClassName
{
border-color: #38826C;
}
.TagClassName
{
border-color: #38826C;
}
</style>