Shades of Viridian #338869
Tints of Viridian #338869
RGB
CMYK
RGB Variations
Color information
#338869 (or 0x338869) is known color: Viridian. HEX triplet: 33, 88 and 69. RGB value is (51,136,105). Sum of RGB (Red+Green+Blue) = 51+136+105=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #338869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338869 is #CC7796. Grayscale: #6B6B6B. Windows color (decimal): -13399959 or 6916147. OLE color: 6916147.
HSL color Cylindrical-coordinate representation of color #338869: hue angle of 158.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338869 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 105 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.47 |
| HSL | 158.12º | 0.45% | 0.37% | - |
| HSV(B) | 158.12º | 0.63% | 0.53% | - |
| XYZ | 12.72 | 19.33 | 16.43 | - |
| YUV | 107.05 | 126.84 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 105 | 0.62 | 0 | 0.23 | 0.47 | 158.12 | 0.45 | 0.37 |
| Hex | 33 | 88 | 69 | 3E | 0 | 17 | 2F | 9E | 2D | 25 |
| Octal | 63 | 210 | 151 | 76 | 0 | 27 | 57 | 236 | 55 | 45 |
| Binary | 110011 | 10001000 | 1101001 | 111110 | 0 | 10111 | 101111 | 10011110 | 101101 | 100101 |
Color Harmonies of #338869
Complementary color
Monochromatic Colors of #338869
Black with #338869
Text Example
Text Example
White with #338869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338869; }
p { color: rgb(51,136,105); }
H1.HeaderClassName
{
color: #338869;
}
.AnyTagClassName
{
color: #338869;
}
</style>
background-color css
<style>
a { background-color: #338869; }
a { background-color: rgb(51,136,105); }
div.DivClassName
{
background-color: #338869;
}
.BgClassName
{
background-color: #338869;
}
</style>
border-color css
<style>
span { border-color: #338869; }
span { border-color: rgb(51,136,105); }
td.TdClassName
{
border-color: #338869;
}
.TagClassName
{
border-color: #338869;
}
</style>