Shades of Viridian #348A76
Tints of Viridian #348A76
RGB
CMYK
RGB Variations
Color information
#348A76 (or 0x348A76) is known color: Viridian. HEX triplet: 34, 8A and 76. RGB value is (52,138,118). Sum of RGB (Red+Green+Blue) = 52+138+118=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #348A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A76 is #CB7589. Grayscale: #6E6E6E. Windows color (decimal): -13333898 or 7768628. OLE color: 7768628.
HSL color Cylindrical-coordinate representation of color #348A76: hue angle of 166.05º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A76 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 118 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.46 |
| HSL | 166.05º | 0.45% | 0.37% | - |
| HSV(B) | 166.05º | 0.62% | 0.54% | - |
| XYZ | 13.77 | 20.22 | 20.32 | - |
| YUV | 110.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 118 | 0.62 | 0 | 0.14 | 0.46 | 166.05 | 0.45 | 0.37 |
| Hex | 34 | 8A | 76 | 3E | 0 | E | 2E | A6 | 2D | 25 |
| Octal | 64 | 212 | 166 | 76 | 0 | 16 | 56 | 246 | 55 | 45 |
| Binary | 110100 | 10001010 | 1110110 | 111110 | 0 | 1110 | 101110 | 10100110 | 101101 | 100101 |
Color Harmonies of #348A76
Complementary color
Monochromatic Colors of #348A76
Black with #348A76
Text Example
Text Example
White with #348A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A76; }
p { color: rgb(52,138,118); }
H1.HeaderClassName
{
color: #348A76;
}
.AnyTagClassName
{
color: #348A76;
}
</style>
background-color css
<style>
a { background-color: #348A76; }
a { background-color: rgb(52,138,118); }
div.DivClassName
{
background-color: #348A76;
}
.BgClassName
{
background-color: #348A76;
}
</style>
border-color css
<style>
span { border-color: #348A76; }
span { border-color: rgb(52,138,118); }
td.TdClassName
{
border-color: #348A76;
}
.TagClassName
{
border-color: #348A76;
}
</style>