Shades of Viridian #338563
Tints of Viridian #338563
RGB
CMYK
RGB Variations
Color information
#338563 (or 0x338563) is known color: Viridian. HEX triplet: 33, 85 and 63. RGB value is (51,133,99). Sum of RGB (Red+Green+Blue) = 51+133+99=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #338563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338563 is #CC7A9C. Grayscale: #686868. Windows color (decimal): -13400733 or 6522163. OLE color: 6522163.
HSL color Cylindrical-coordinate representation of color #338563: hue angle of 155.12º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338563 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 99 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.48 |
| HSL | 155.12º | 0.45% | 0.36% | - |
| HSV(B) | 155.12º | 0.62% | 0.52% | - |
| XYZ | 12 | 18.38 | 14.72 | - |
| YUV | 104.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 99 | 0.62 | 0 | 0.26 | 0.48 | 155.12 | 0.45 | 0.36 |
| Hex | 33 | 85 | 63 | 3E | 0 | 1A | 30 | 9B | 2D | 24 |
| Octal | 63 | 205 | 143 | 76 | 0 | 32 | 60 | 233 | 55 | 44 |
| Binary | 110011 | 10000101 | 1100011 | 111110 | 0 | 11010 | 110000 | 10011011 | 101101 | 100100 |
Color Harmonies of #338563
Complementary color
Monochromatic Colors of #338563
Black with #338563
Text Example
Text Example
White with #338563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338563; }
p { color: rgb(51,133,99); }
H1.HeaderClassName
{
color: #338563;
}
.AnyTagClassName
{
color: #338563;
}
</style>
background-color css
<style>
a { background-color: #338563; }
a { background-color: rgb(51,133,99); }
div.DivClassName
{
background-color: #338563;
}
.BgClassName
{
background-color: #338563;
}
</style>
border-color css
<style>
span { border-color: #338563; }
span { border-color: rgb(51,133,99); }
td.TdClassName
{
border-color: #338563;
}
.TagClassName
{
border-color: #338563;
}
</style>