Shades of Viridian #338765
Tints of Viridian #338765
RGB
CMYK
RGB Variations
Color information
#338765 (or 0x338765) is known color: Viridian. HEX triplet: 33, 87 and 65. RGB value is (51,135,101). Sum of RGB (Red+Green+Blue) = 51+135+101=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #338765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338765 is #CC789A. Grayscale: #6A6A6A. Windows color (decimal): -13400219 or 6653747. OLE color: 6653747.
HSL color Cylindrical-coordinate representation of color #338765: hue angle of 155.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338765 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 135 | 101 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.47 |
| HSL | 155.71º | 0.45% | 0.36% | - |
| HSV(B) | 155.71º | 0.62% | 0.53% | - |
| XYZ | 12.38 | 18.97 | 15.32 | - |
| YUV | 106.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 101 | 0.62 | 0 | 0.25 | 0.47 | 155.71 | 0.45 | 0.36 |
| Hex | 33 | 87 | 65 | 3E | 0 | 19 | 2F | 9C | 2D | 24 |
| Octal | 63 | 207 | 145 | 76 | 0 | 31 | 57 | 234 | 55 | 44 |
| Binary | 110011 | 10000111 | 1100101 | 111110 | 0 | 11001 | 101111 | 10011100 | 101101 | 100100 |
Color Harmonies of #338765
Complementary color
Monochromatic Colors of #338765
Black with #338765
Text Example
Text Example
White with #338765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338765; }
p { color: rgb(51,135,101); }
H1.HeaderClassName
{
color: #338765;
}
.AnyTagClassName
{
color: #338765;
}
</style>
background-color css
<style>
a { background-color: #338765; }
a { background-color: rgb(51,135,101); }
div.DivClassName
{
background-color: #338765;
}
.BgClassName
{
background-color: #338765;
}
</style>
border-color css
<style>
span { border-color: #338765; }
span { border-color: rgb(51,135,101); }
td.TdClassName
{
border-color: #338765;
}
.TagClassName
{
border-color: #338765;
}
</style>