Shades of Viridian #338369
Tints of Viridian #338369
RGB
CMYK
RGB Variations
Color information
#338369 (or 0x338369) is known color: Viridian. HEX triplet: 33, 83 and 69. RGB value is (51,131,105). Sum of RGB (Red+Green+Blue) = 51+131+105=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #338369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338369 is #CC7C96. Grayscale: #686868. Windows color (decimal): -13401239 or 6914867. OLE color: 6914867.
HSL color Cylindrical-coordinate representation of color #338369: hue angle of 160.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338369 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 131 | 105 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.49 |
| HSL | 160.5º | 0.44% | 0.36% | - |
| HSV(B) | 160.5º | 0.61% | 0.51% | - |
| XYZ | 12.03 | 17.96 | 16.2 | - |
| YUV | 104.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 105 | 0.61 | 0 | 0.20 | 0.49 | 160.5 | 0.44 | 0.36 |
| Hex | 33 | 83 | 69 | 3D | 0 | 14 | 31 | A0 | 2C | 24 |
| Octal | 63 | 203 | 151 | 75 | 0 | 24 | 61 | 240 | 54 | 44 |
| Binary | 110011 | 10000011 | 1101001 | 111101 | 0 | 10100 | 110001 | 10100000 | 101100 | 100100 |
Color Harmonies of #338369
Complementary color
Monochromatic Colors of #338369
Black with #338369
Text Example
Text Example
White with #338369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338369; }
p { color: rgb(51,131,105); }
H1.HeaderClassName
{
color: #338369;
}
.AnyTagClassName
{
color: #338369;
}
</style>
background-color css
<style>
a { background-color: #338369; }
a { background-color: rgb(51,131,105); }
div.DivClassName
{
background-color: #338369;
}
.BgClassName
{
background-color: #338369;
}
</style>
border-color css
<style>
span { border-color: #338369; }
span { border-color: rgb(51,131,105); }
td.TdClassName
{
border-color: #338369;
}
.TagClassName
{
border-color: #338369;
}
</style>