Shades of Viridian #348C77
Tints of Viridian #348C77
RGB
CMYK
RGB Variations
Color information
#348C77 (or 0x348C77) is known color: Viridian. HEX triplet: 34, 8C and 77. RGB value is (52,140,119). Sum of RGB (Red+Green+Blue) = 52+140+119=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #348C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C77 is #CB7388. Grayscale: #6F6F6F. Windows color (decimal): -13333385 or 7834676. OLE color: 7834676.
HSL color Cylindrical-coordinate representation of color #348C77: hue angle of 165.68º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C77 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 119 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.45 |
| HSL | 165.68º | 0.46% | 0.38% | - |
| HSV(B) | 165.68º | 0.63% | 0.55% | - |
| XYZ | 14.12 | 20.82 | 20.73 | - |
| YUV | 111.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 119 | 0.63 | 0 | 0.15 | 0.45 | 165.68 | 0.46 | 0.38 |
| Hex | 34 | 8C | 77 | 3F | 0 | F | 2D | A6 | 2E | 26 |
| Octal | 64 | 214 | 167 | 77 | 0 | 17 | 55 | 246 | 56 | 46 |
| Binary | 110100 | 10001100 | 1110111 | 111111 | 0 | 1111 | 101101 | 10100110 | 101110 | 100110 |
Color Harmonies of #348C77
Complementary color
Monochromatic Colors of #348C77
Black with #348C77
Text Example
Text Example
White with #348C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C77; }
p { color: rgb(52,140,119); }
H1.HeaderClassName
{
color: #348C77;
}
.AnyTagClassName
{
color: #348C77;
}
</style>
background-color css
<style>
a { background-color: #348C77; }
a { background-color: rgb(52,140,119); }
div.DivClassName
{
background-color: #348C77;
}
.BgClassName
{
background-color: #348C77;
}
</style>
border-color css
<style>
span { border-color: #348C77; }
span { border-color: rgb(52,140,119); }
td.TdClassName
{
border-color: #348C77;
}
.TagClassName
{
border-color: #348C77;
}
</style>