Shades of Viridian #338A6B
Tints of Viridian #338A6B
RGB
CMYK
RGB Variations
Color information
#338A6B (or 0x338A6B) is known color: Viridian. HEX triplet: 33, 8A and 6B. RGB value is (51,138,107). Sum of RGB (Red+Green+Blue) = 51+138+107=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #338A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A6B is #CC7594. Grayscale: #6C6C6C. Windows color (decimal): -13399445 or 7047731. OLE color: 7047731.
HSL color Cylindrical-coordinate representation of color #338A6B: hue angle of 158.62º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A6B is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 107 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.46 |
| HSL | 158.62º | 0.46% | 0.37% | - |
| HSV(B) | 158.62º | 0.63% | 0.54% | - |
| XYZ | 13.11 | 19.94 | 17.07 | - |
| YUV | 108.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 107 | 0.63 | 0 | 0.22 | 0.46 | 158.62 | 0.46 | 0.37 |
| Hex | 33 | 8A | 6B | 3F | 0 | 16 | 2E | 9F | 2E | 25 |
| Octal | 63 | 212 | 153 | 77 | 0 | 26 | 56 | 237 | 56 | 45 |
| Binary | 110011 | 10001010 | 1101011 | 111111 | 0 | 10110 | 101110 | 10011111 | 101110 | 100101 |
Color Harmonies of #338A6B
Complementary color
Monochromatic Colors of #338A6B
Black with #338A6B
Text Example
Text Example
White with #338A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A6B; }
p { color: rgb(51,138,107); }
H1.HeaderClassName
{
color: #338A6B;
}
.AnyTagClassName
{
color: #338A6B;
}
</style>
background-color css
<style>
a { background-color: #338A6B; }
a { background-color: rgb(51,138,107); }
div.DivClassName
{
background-color: #338A6B;
}
.BgClassName
{
background-color: #338A6B;
}
</style>
border-color css
<style>
span { border-color: #338A6B; }
span { border-color: rgb(51,138,107); }
td.TdClassName
{
border-color: #338A6B;
}
.TagClassName
{
border-color: #338A6B;
}
</style>