Shades of Viridian #33826B
Tints of Viridian #33826B
RGB
CMYK
RGB Variations
Color information
#33826B (or 0x33826B) is known color: Viridian. HEX triplet: 33, 82 and 6B. RGB value is (51,130,107). Sum of RGB (Red+Green+Blue) = 51+130+107=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #33826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33826B is #CC7D94. Grayscale: #676767. Windows color (decimal): -13401493 or 7045683. OLE color: 7045683.
HSL color Cylindrical-coordinate representation of color #33826B: hue angle of 162.53º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33826B is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 107 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.49 |
| HSL | 162.53º | 0.44% | 0.35% | - |
| HSV(B) | 162.53º | 0.61% | 0.51% | - |
| XYZ | 12 | 17.73 | 16.7 | - |
| YUV | 103.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 107 | 0.61 | 0 | 0.18 | 0.49 | 162.53 | 0.44 | 0.35 |
| Hex | 33 | 82 | 6B | 3D | 0 | 12 | 31 | A3 | 2C | 23 |
| Octal | 63 | 202 | 153 | 75 | 0 | 22 | 61 | 243 | 54 | 43 |
| Binary | 110011 | 10000010 | 1101011 | 111101 | 0 | 10010 | 110001 | 10100011 | 101100 | 100011 |
Color Harmonies of #33826B
Complementary color
Monochromatic Colors of #33826B
Black with #33826B
Text Example
Text Example
White with #33826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33826B; }
p { color: rgb(51,130,107); }
H1.HeaderClassName
{
color: #33826B;
}
.AnyTagClassName
{
color: #33826B;
}
</style>
background-color css
<style>
a { background-color: #33826B; }
a { background-color: rgb(51,130,107); }
div.DivClassName
{
background-color: #33826B;
}
.BgClassName
{
background-color: #33826B;
}
</style>
border-color css
<style>
span { border-color: #33826B; }
span { border-color: rgb(51,130,107); }
td.TdClassName
{
border-color: #33826B;
}
.TagClassName
{
border-color: #33826B;
}
</style>