Shades of Viridian #338068
Tints of Viridian #338068
RGB
CMYK
RGB Variations
Color information
#338068 (or 0x338068) is known color: Viridian. HEX triplet: 33, 80 and 68. RGB value is (51,128,104). Sum of RGB (Red+Green+Blue) = 51+128+104=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #338068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338068 is #CC7F97. Grayscale: #666666. Windows color (decimal): -13402008 or 6848563. OLE color: 6848563.
HSL color Cylindrical-coordinate representation of color #338068: hue angle of 161.3º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338068 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 128 | 104 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.50 |
| HSL | 161.3º | 0.43% | 0.35% | - |
| HSV(B) | 161.3º | 0.6% | 0.5% | - |
| XYZ | 11.58 | 17.14 | 15.79 | - |
| YUV | 102.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 104 | 0.60 | 0 | 0.19 | 0.50 | 161.3 | 0.43 | 0.35 |
| Hex | 33 | 80 | 68 | 3C | 0 | 13 | 32 | A1 | 2B | 23 |
| Octal | 63 | 200 | 150 | 74 | 0 | 23 | 62 | 241 | 53 | 43 |
| Binary | 110011 | 10000000 | 1101000 | 111100 | 0 | 10011 | 110010 | 10100001 | 101011 | 100011 |
Color Harmonies of #338068
Complementary color
Monochromatic Colors of #338068
Black with #338068
Text Example
Text Example
White with #338068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338068; }
p { color: rgb(51,128,104); }
H1.HeaderClassName
{
color: #338068;
}
.AnyTagClassName
{
color: #338068;
}
</style>
background-color css
<style>
a { background-color: #338068; }
a { background-color: rgb(51,128,104); }
div.DivClassName
{
background-color: #338068;
}
.BgClassName
{
background-color: #338068;
}
</style>
border-color css
<style>
span { border-color: #338068; }
span { border-color: rgb(51,128,104); }
td.TdClassName
{
border-color: #338068;
}
.TagClassName
{
border-color: #338068;
}
</style>