Shades of Viridian #338871
Tints of Viridian #338871
RGB
CMYK
RGB Variations
Color information
#338871 (or 0x338871) is known color: Viridian. HEX triplet: 33, 88 and 71. RGB value is (51,136,113). Sum of RGB (Red+Green+Blue) = 51+136+113=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #338871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338871 is #CC778E. Grayscale: #6B6B6B. Windows color (decimal): -13399951 or 7440435. OLE color: 7440435.
HSL color Cylindrical-coordinate representation of color #338871: hue angle of 163.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338871 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 113 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.47 |
| HSL | 163.76º | 0.45% | 0.37% | - |
| HSV(B) | 163.76º | 0.63% | 0.53% | - |
| XYZ | 13.15 | 19.5 | 18.69 | - |
| YUV | 107.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 113 | 0.62 | 0 | 0.17 | 0.47 | 163.76 | 0.45 | 0.37 |
| Hex | 33 | 88 | 71 | 3E | 0 | 11 | 2F | A4 | 2D | 25 |
| Octal | 63 | 210 | 161 | 76 | 0 | 21 | 57 | 244 | 55 | 45 |
| Binary | 110011 | 10001000 | 1110001 | 111110 | 0 | 10001 | 101111 | 10100100 | 101101 | 100101 |
Color Harmonies of #338871
Complementary color
Monochromatic Colors of #338871
Black with #338871
Text Example
Text Example
White with #338871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338871; }
p { color: rgb(51,136,113); }
H1.HeaderClassName
{
color: #338871;
}
.AnyTagClassName
{
color: #338871;
}
</style>
background-color css
<style>
a { background-color: #338871; }
a { background-color: rgb(51,136,113); }
div.DivClassName
{
background-color: #338871;
}
.BgClassName
{
background-color: #338871;
}
</style>
border-color css
<style>
span { border-color: #338871; }
span { border-color: rgb(51,136,113); }
td.TdClassName
{
border-color: #338871;
}
.TagClassName
{
border-color: #338871;
}
</style>