Shades of Viridian #338B77
Tints of Viridian #338B77
RGB
CMYK
RGB Variations
Color information
#338B77 (or 0x338B77) is known color: Viridian. HEX triplet: 33, 8B and 77. RGB value is (51,139,119). Sum of RGB (Red+Green+Blue) = 51+139+119=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #338B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B77 is #CC7488. Grayscale: #6E6E6E. Windows color (decimal): -13399177 or 7834419. OLE color: 7834419.
HSL color Cylindrical-coordinate representation of color #338B77: hue angle of 166.36º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B77 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 119 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.45 |
| HSL | 166.36º | 0.46% | 0.37% | - |
| HSV(B) | 166.36º | 0.63% | 0.55% | - |
| XYZ | 13.93 | 20.5 | 20.68 | - |
| YUV | 110.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 119 | 0.63 | 0 | 0.14 | 0.45 | 166.36 | 0.46 | 0.37 |
| Hex | 33 | 8B | 77 | 3F | 0 | E | 2D | A6 | 2E | 25 |
| Octal | 63 | 213 | 167 | 77 | 0 | 16 | 55 | 246 | 56 | 45 |
| Binary | 110011 | 10001011 | 1110111 | 111111 | 0 | 1110 | 101101 | 10100110 | 101110 | 100101 |
Color Harmonies of #338B77
Complementary color
Monochromatic Colors of #338B77
Black with #338B77
Text Example
Text Example
White with #338B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B77; }
p { color: rgb(51,139,119); }
H1.HeaderClassName
{
color: #338B77;
}
.AnyTagClassName
{
color: #338B77;
}
</style>
background-color css
<style>
a { background-color: #338B77; }
a { background-color: rgb(51,139,119); }
div.DivClassName
{
background-color: #338B77;
}
.BgClassName
{
background-color: #338B77;
}
</style>
border-color css
<style>
span { border-color: #338B77; }
span { border-color: rgb(51,139,119); }
td.TdClassName
{
border-color: #338B77;
}
.TagClassName
{
border-color: #338B77;
}
</style>