Shades of Viridian #338267
Tints of Viridian #338267
RGB
CMYK
RGB Variations
Color information
#338267 (or 0x338267) is known color: Viridian. HEX triplet: 33, 82 and 67. RGB value is (51,130,103). Sum of RGB (Red+Green+Blue) = 51+130+103=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #338267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338267 is #CC7D98. Grayscale: #676767. Windows color (decimal): -13401497 or 6783539. OLE color: 6783539.
HSL color Cylindrical-coordinate representation of color #338267: hue angle of 159.49º 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 #338267 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 103 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.49 |
| HSL | 159.49º | 0.44% | 0.35% | - |
| HSV(B) | 159.49º | 0.61% | 0.51% | - |
| XYZ | 11.8 | 17.65 | 15.62 | - |
| YUV | 103.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 103 | 0.61 | 0 | 0.21 | 0.49 | 159.49 | 0.44 | 0.35 |
| Hex | 33 | 82 | 67 | 3D | 0 | 15 | 31 | 9F | 2C | 23 |
| Octal | 63 | 202 | 147 | 75 | 0 | 25 | 61 | 237 | 54 | 43 |
| Binary | 110011 | 10000010 | 1100111 | 111101 | 0 | 10101 | 110001 | 10011111 | 101100 | 100011 |
Color Harmonies of #338267
Complementary color
Monochromatic Colors of #338267
Black with #338267
Text Example
Text Example
White with #338267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338267; }
p { color: rgb(51,130,103); }
H1.HeaderClassName
{
color: #338267;
}
.AnyTagClassName
{
color: #338267;
}
</style>
background-color css
<style>
a { background-color: #338267; }
a { background-color: rgb(51,130,103); }
div.DivClassName
{
background-color: #338267;
}
.BgClassName
{
background-color: #338267;
}
</style>
border-color css
<style>
span { border-color: #338267; }
span { border-color: rgb(51,130,103); }
td.TdClassName
{
border-color: #338267;
}
.TagClassName
{
border-color: #338267;
}
</style>