Shades of Viridian #348A74
Tints of Viridian #348A74
RGB
CMYK
RGB Variations
Color information
#348A74 (or 0x348A74) is known color: Viridian. HEX triplet: 34, 8A and 74. RGB value is (52,138,116). Sum of RGB (Red+Green+Blue) = 52+138+116=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #348A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A74 is #CB758B. Grayscale: #6D6D6D. Windows color (decimal): -13333900 or 7637556. OLE color: 7637556.
HSL color Cylindrical-coordinate representation of color #348A74: hue angle of 164.65º 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 #348A74 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 116 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.46 |
| HSL | 164.65º | 0.45% | 0.37% | - |
| HSV(B) | 164.65º | 0.62% | 0.54% | - |
| XYZ | 13.66 | 20.17 | 19.7 | - |
| YUV | 109.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 116 | 0.62 | 0 | 0.16 | 0.46 | 164.65 | 0.45 | 0.37 |
| Hex | 34 | 8A | 74 | 3E | 0 | 10 | 2E | A5 | 2D | 25 |
| Octal | 64 | 212 | 164 | 76 | 0 | 20 | 56 | 245 | 55 | 45 |
| Binary | 110100 | 10001010 | 1110100 | 111110 | 0 | 10000 | 101110 | 10100101 | 101101 | 100101 |
Color Harmonies of #348A74
Complementary color
Monochromatic Colors of #348A74
Black with #348A74
Text Example
Text Example
White with #348A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A74; }
p { color: rgb(52,138,116); }
H1.HeaderClassName
{
color: #348A74;
}
.AnyTagClassName
{
color: #348A74;
}
</style>
background-color css
<style>
a { background-color: #348A74; }
a { background-color: rgb(52,138,116); }
div.DivClassName
{
background-color: #348A74;
}
.BgClassName
{
background-color: #348A74;
}
</style>
border-color css
<style>
span { border-color: #348A74; }
span { border-color: rgb(52,138,116); }
td.TdClassName
{
border-color: #348A74;
}
.TagClassName
{
border-color: #348A74;
}
</style>