Shades of Viridian #338464
Tints of Viridian #338464
RGB
CMYK
RGB Variations
Color information
#338464 (or 0x338464) is known color: Viridian. HEX triplet: 33, 84 and 64. RGB value is (51,132,100). Sum of RGB (Red+Green+Blue) = 51+132+100=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #338464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338464 is #CC7B9B. Grayscale: #686868. Windows color (decimal): -13400988 or 6587443. OLE color: 6587443.
HSL color Cylindrical-coordinate representation of color #338464: hue angle of 156.3º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338464 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 132 | 100 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.48 |
| HSL | 156.3º | 0.44% | 0.36% | - |
| HSV(B) | 156.3º | 0.61% | 0.52% | - |
| XYZ | 11.92 | 18.13 | 14.93 | - |
| YUV | 104.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 100 | 0.61 | 0 | 0.24 | 0.48 | 156.3 | 0.44 | 0.36 |
| Hex | 33 | 84 | 64 | 3D | 0 | 18 | 30 | 9C | 2C | 24 |
| Octal | 63 | 204 | 144 | 75 | 0 | 30 | 60 | 234 | 54 | 44 |
| Binary | 110011 | 10000100 | 1100100 | 111101 | 0 | 11000 | 110000 | 10011100 | 101100 | 100100 |
Color Harmonies of #338464
Complementary color
Monochromatic Colors of #338464
Black with #338464
Text Example
Text Example
White with #338464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338464; }
p { color: rgb(51,132,100); }
H1.HeaderClassName
{
color: #338464;
}
.AnyTagClassName
{
color: #338464;
}
</style>
background-color css
<style>
a { background-color: #338464; }
a { background-color: rgb(51,132,100); }
div.DivClassName
{
background-color: #338464;
}
.BgClassName
{
background-color: #338464;
}
</style>
border-color css
<style>
span { border-color: #338464; }
span { border-color: rgb(51,132,100); }
td.TdClassName
{
border-color: #338464;
}
.TagClassName
{
border-color: #338464;
}
</style>