Shades of Viridian #338B6B
Tints of Viridian #338B6B
RGB
CMYK
RGB Variations
Color information
#338B6B (or 0x338B6B) is known color: Viridian. HEX triplet: 33, 8B and 6B. RGB value is (51,139,107). Sum of RGB (Red+Green+Blue) = 51+139+107=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #338B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B6B is #CC7494. Grayscale: #6D6D6D. Windows color (decimal): -13399189 or 7047987. OLE color: 7047987.
HSL color Cylindrical-coordinate representation of color #338B6B: hue angle of 158.18º 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 #338B6B is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 107 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.45 |
| HSL | 158.18º | 0.46% | 0.37% | - |
| HSV(B) | 158.18º | 0.63% | 0.55% | - |
| XYZ | 13.25 | 20.23 | 17.12 | - |
| YUV | 109.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 107 | 0.63 | 0 | 0.23 | 0.45 | 158.18 | 0.46 | 0.37 |
| Hex | 33 | 8B | 6B | 3F | 0 | 17 | 2D | 9E | 2E | 25 |
| Octal | 63 | 213 | 153 | 77 | 0 | 27 | 55 | 236 | 56 | 45 |
| Binary | 110011 | 10001011 | 1101011 | 111111 | 0 | 10111 | 101101 | 10011110 | 101110 | 100101 |
Color Harmonies of #338B6B
Complementary color
Monochromatic Colors of #338B6B
Black with #338B6B
Text Example
Text Example
White with #338B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B6B; }
p { color: rgb(51,139,107); }
H1.HeaderClassName
{
color: #338B6B;
}
.AnyTagClassName
{
color: #338B6B;
}
</style>
background-color css
<style>
a { background-color: #338B6B; }
a { background-color: rgb(51,139,107); }
div.DivClassName
{
background-color: #338B6B;
}
.BgClassName
{
background-color: #338B6B;
}
</style>
border-color css
<style>
span { border-color: #338B6B; }
span { border-color: rgb(51,139,107); }
td.TdClassName
{
border-color: #338B6B;
}
.TagClassName
{
border-color: #338B6B;
}
</style>