Shades of Viridian #338967
Tints of Viridian #338967
RGB
CMYK
RGB Variations
Color information
#338967 (or 0x338967) is known color: Viridian. HEX triplet: 33, 89 and 67. RGB value is (51,137,103). Sum of RGB (Red+Green+Blue) = 51+137+103=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #338967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338967 is #CC7698. Grayscale: #6B6B6B. Windows color (decimal): -13399705 or 6785331. OLE color: 6785331.
HSL color Cylindrical-coordinate representation of color #338967: hue angle of 156.28º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338967 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 137 | 103 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.46 |
| HSL | 156.28º | 0.46% | 0.37% | - |
| HSV(B) | 156.28º | 0.63% | 0.54% | - |
| XYZ | 12.76 | 19.57 | 15.94 | - |
| YUV | 107.41 | 125.51 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 103 | 0.63 | 0 | 0.25 | 0.46 | 156.28 | 0.46 | 0.37 |
| Hex | 33 | 89 | 67 | 3F | 0 | 19 | 2E | 9C | 2E | 25 |
| Octal | 63 | 211 | 147 | 77 | 0 | 31 | 56 | 234 | 56 | 45 |
| Binary | 110011 | 10001001 | 1100111 | 111111 | 0 | 11001 | 101110 | 10011100 | 101110 | 100101 |
Color Harmonies of #338967
Complementary color
Monochromatic Colors of #338967
Black with #338967
Text Example
Text Example
White with #338967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338967; }
p { color: rgb(51,137,103); }
H1.HeaderClassName
{
color: #338967;
}
.AnyTagClassName
{
color: #338967;
}
</style>
background-color css
<style>
a { background-color: #338967; }
a { background-color: rgb(51,137,103); }
div.DivClassName
{
background-color: #338967;
}
.BgClassName
{
background-color: #338967;
}
</style>
border-color css
<style>
span { border-color: #338967; }
span { border-color: rgb(51,137,103); }
td.TdClassName
{
border-color: #338967;
}
.TagClassName
{
border-color: #338967;
}
</style>