Shades of Viridian #338B6D
Tints of Viridian #338B6D
RGB
CMYK
RGB Variations
Color information
#338B6D (or 0x338B6D) is known color: Viridian. HEX triplet: 33, 8B and 6D. RGB value is (51,139,109). Sum of RGB (Red+Green+Blue) = 51+139+109=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #338B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B6D is #CC7492. Grayscale: #6D6D6D. Windows color (decimal): -13399187 or 7179059. OLE color: 7179059.
HSL color Cylindrical-coordinate representation of color #338B6D: hue angle of 159.55º 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 #338B6D is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 109 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.45 |
| HSL | 159.55º | 0.46% | 0.37% | - |
| HSV(B) | 159.55º | 0.63% | 0.55% | - |
| XYZ | 13.36 | 20.27 | 17.68 | - |
| YUV | 109.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 109 | 0.63 | 0 | 0.22 | 0.45 | 159.55 | 0.46 | 0.37 |
| Hex | 33 | 8B | 6D | 3F | 0 | 16 | 2D | A0 | 2E | 25 |
| Octal | 63 | 213 | 155 | 77 | 0 | 26 | 55 | 240 | 56 | 45 |
| Binary | 110011 | 10001011 | 1101101 | 111111 | 0 | 10110 | 101101 | 10100000 | 101110 | 100101 |
Color Harmonies of #338B6D
Complementary color
Monochromatic Colors of #338B6D
Black with #338B6D
Text Example
Text Example
White with #338B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B6D; }
p { color: rgb(51,139,109); }
H1.HeaderClassName
{
color: #338B6D;
}
.AnyTagClassName
{
color: #338B6D;
}
</style>
background-color css
<style>
a { background-color: #338B6D; }
a { background-color: rgb(51,139,109); }
div.DivClassName
{
background-color: #338B6D;
}
.BgClassName
{
background-color: #338B6D;
}
</style>
border-color css
<style>
span { border-color: #338B6D; }
span { border-color: rgb(51,139,109); }
td.TdClassName
{
border-color: #338B6D;
}
.TagClassName
{
border-color: #338B6D;
}
</style>