Shades of Viridian #338265
Tints of Viridian #338265
RGB
CMYK
RGB Variations
Color information
#338265 (or 0x338265) is known color: Viridian. HEX triplet: 33, 82 and 65. RGB value is (51,130,101). Sum of RGB (Red+Green+Blue) = 51+130+101=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #338265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338265 is #CC7D9A. Grayscale: #676767. Windows color (decimal): -13401499 or 6652467. OLE color: 6652467.
HSL color Cylindrical-coordinate representation of color #338265: hue angle of 157.97º 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 #338265 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 101 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.49 |
| HSL | 157.97º | 0.44% | 0.35% | - |
| HSV(B) | 157.97º | 0.61% | 0.51% | - |
| XYZ | 11.7 | 17.61 | 15.09 | - |
| YUV | 103.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 101 | 0.61 | 0 | 0.22 | 0.49 | 157.97 | 0.44 | 0.35 |
| Hex | 33 | 82 | 65 | 3D | 0 | 16 | 31 | 9E | 2C | 23 |
| Octal | 63 | 202 | 145 | 75 | 0 | 26 | 61 | 236 | 54 | 43 |
| Binary | 110011 | 10000010 | 1100101 | 111101 | 0 | 10110 | 110001 | 10011110 | 101100 | 100011 |
Color Harmonies of #338265
Complementary color
Monochromatic Colors of #338265
Black with #338265
Text Example
Text Example
White with #338265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338265; }
p { color: rgb(51,130,101); }
H1.HeaderClassName
{
color: #338265;
}
.AnyTagClassName
{
color: #338265;
}
</style>
background-color css
<style>
a { background-color: #338265; }
a { background-color: rgb(51,130,101); }
div.DivClassName
{
background-color: #338265;
}
.BgClassName
{
background-color: #338265;
}
</style>
border-color css
<style>
span { border-color: #338265; }
span { border-color: rgb(51,130,101); }
td.TdClassName
{
border-color: #338265;
}
.TagClassName
{
border-color: #338265;
}
</style>