Shades of Viridian #338C6C
Tints of Viridian #338C6C
RGB
CMYK
RGB Variations
Color information
#338C6C (or 0x338C6C) is known color: Viridian. HEX triplet: 33, 8C and 6C. RGB value is (51,140,108). Sum of RGB (Red+Green+Blue) = 51+140+108=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 140 - color contains mainly: green. Hex color #338C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338C6C is #CC7393. Grayscale: #6D6D6D. Windows color (decimal): -13398932 or 7113779. OLE color: 7113779.
HSL color Cylindrical-coordinate representation of color #338C6C: hue angle of 158.43º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338C6C is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 140 | 108 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.45 |
| HSL | 158.43º | 0.47% | 0.37% | - |
| HSV(B) | 158.43º | 0.64% | 0.55% | - |
| XYZ | 13.45 | 20.54 | 17.44 | - |
| YUV | 109.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 108 | 0.64 | 0 | 0.23 | 0.45 | 158.43 | 0.47 | 0.37 |
| Hex | 33 | 8C | 6C | 40 | 0 | 17 | 2D | 9E | 2F | 25 |
| Octal | 63 | 214 | 154 | 100 | 0 | 27 | 55 | 236 | 57 | 45 |
| Binary | 110011 | 10001100 | 1101100 | 1000000 | 0 | 10111 | 101101 | 10011110 | 101111 | 100101 |
Color Harmonies of #338C6C
Complementary color
Monochromatic Colors of #338C6C
Black with #338C6C
Text Example
Text Example
White with #338C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338C6C; }
p { color: rgb(51,140,108); }
H1.HeaderClassName
{
color: #338C6C;
}
.AnyTagClassName
{
color: #338C6C;
}
</style>
background-color css
<style>
a { background-color: #338C6C; }
a { background-color: rgb(51,140,108); }
div.DivClassName
{
background-color: #338C6C;
}
.BgClassName
{
background-color: #338C6C;
}
</style>
border-color css
<style>
span { border-color: #338C6C; }
span { border-color: rgb(51,140,108); }
td.TdClassName
{
border-color: #338C6C;
}
.TagClassName
{
border-color: #338C6C;
}
</style>