Shades of Viridian #347F63
Tints of Viridian #347F63
RGB
CMYK
RGB Variations
Color information
#347F63 (or 0x347F63) is known color: Viridian. HEX triplet: 34, 7F and 63. RGB value is (52,127,99). Sum of RGB (Red+Green+Blue) = 52+127+99=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #347F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F63 is #CB809C. Grayscale: #656565. Windows color (decimal): -13336733 or 6520628. OLE color: 6520628.
HSL color Cylindrical-coordinate representation of color #347F63: hue angle of 157.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F63 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 127 | 99 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.50 |
| HSL | 157.6º | 0.42% | 0.35% | - |
| HSV(B) | 157.6º | 0.59% | 0.5% | - |
| XYZ | 11.26 | 16.81 | 14.46 | - |
| YUV | 101.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 99 | 0.59 | 0 | 0.22 | 0.50 | 157.6 | 0.42 | 0.35 |
| Hex | 34 | 7F | 63 | 3B | 0 | 16 | 32 | 9E | 2A | 23 |
| Octal | 64 | 177 | 143 | 73 | 0 | 26 | 62 | 236 | 52 | 43 |
| Binary | 110100 | 1111111 | 1100011 | 111011 | 0 | 10110 | 110010 | 10011110 | 101010 | 100011 |
Color Harmonies of #347F63
Complementary color
Monochromatic Colors of #347F63
Black with #347F63
Text Example
Text Example
White with #347F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F63; }
p { color: rgb(52,127,99); }
H1.HeaderClassName
{
color: #347F63;
}
.AnyTagClassName
{
color: #347F63;
}
</style>
background-color css
<style>
a { background-color: #347F63; }
a { background-color: rgb(52,127,99); }
div.DivClassName
{
background-color: #347F63;
}
.BgClassName
{
background-color: #347F63;
}
</style>
border-color css
<style>
span { border-color: #347F63; }
span { border-color: rgb(52,127,99); }
td.TdClassName
{
border-color: #347F63;
}
.TagClassName
{
border-color: #347F63;
}
</style>