#348E73

Color #348E73 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #348E73

Tints of Viridian #348E73

Color information

#348E73 (or 0x348E73) is unknown color: approx Viridian. HEX triplet: 34, 8E and 73. RGB value is (52,142,115). Sum of RGB (Red+Green+Blue) = 52+142+115=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #348E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E73 is #CB718C. Grayscale: #707070. Windows color (decimal): -13332877 or 7573044. OLE color: 7573044.

HSL color Cylindrical-coordinate representation of color #348E73: hue angle of 162º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E73 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB52142115-
CMYK0.6300.190.44
HSL162º46.39%38.04%-
HSV(B)162º63.38%55.69%-
XYZ14.1821.3119.59-
YUV112.01129.6885.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=16.83%
G=45.95%
B=37.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421150.6300.190.4416246.3938.04
Hex348E733F0132Ca22e26
Octal6421616377023542425646
Binary11010010001110111001111111101001110110010100010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348E73; }

 p { color: rgb(52,142,115); }

 H1.HeaderClassName
 {
   color: #348E73;
 }
 .AnyTagClassName
 {
   color: #348E73;
 }
</style>
background-color css

<style>
 a { background-color: #348E73; }

 a { background-color: rgb(52,142,115); }

 div.DivClassName
 {
   background-color: #348E73;
 }
 .BgClassName
 {
   background-color: #348E73;
 }
</style>
border-color css

<style>
 span { border-color: #348E73; }

 span { border-color: rgb(52,142,115); }

 td.TdClassName
 {
   border-color: #348E73;
 }
 .TagClassName
 {
   border-color: #348E73;
 }
</style>