Shades of Viridian #348A67
Tints of Viridian #348A67
RGB
CMYK
RGB Variations
Color information
#348A67 (or 0x348A67) is known color: Viridian. HEX triplet: 34, 8A and 67. RGB value is (52,138,103). Sum of RGB (Red+Green+Blue) = 52+138+103=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #348A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A67 is #CB7598. Grayscale: #6C6C6C. Windows color (decimal): -13333913 or 6785588. OLE color: 6785588.
HSL color Cylindrical-coordinate representation of color #348A67: hue angle of 155.58º 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 #348A67 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 103 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.46 |
| HSL | 155.58º | 0.45% | 0.37% | - |
| HSV(B) | 155.58º | 0.62% | 0.54% | - |
| XYZ | 12.95 | 19.89 | 15.99 | - |
| YUV | 108.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 103 | 0.62 | 0 | 0.25 | 0.46 | 155.58 | 0.45 | 0.37 |
| Hex | 34 | 8A | 67 | 3E | 0 | 19 | 2E | 9C | 2D | 25 |
| Octal | 64 | 212 | 147 | 76 | 0 | 31 | 56 | 234 | 55 | 45 |
| Binary | 110100 | 10001010 | 1100111 | 111110 | 0 | 11001 | 101110 | 10011100 | 101101 | 100101 |
Color Harmonies of #348A67
Complementary color
Monochromatic Colors of #348A67
Black with #348A67
Text Example
Text Example
White with #348A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A67; }
p { color: rgb(52,138,103); }
H1.HeaderClassName
{
color: #348A67;
}
.AnyTagClassName
{
color: #348A67;
}
</style>
background-color css
<style>
a { background-color: #348A67; }
a { background-color: rgb(52,138,103); }
div.DivClassName
{
background-color: #348A67;
}
.BgClassName
{
background-color: #348A67;
}
</style>
border-color css
<style>
span { border-color: #348A67; }
span { border-color: rgb(52,138,103); }
td.TdClassName
{
border-color: #348A67;
}
.TagClassName
{
border-color: #348A67;
}
</style>