#348E74

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

Shades of Viridian #348E74

Tints of Viridian #348E74

Color information

#348E74 (or 0x348E74) is unknown color: approx Viridian. HEX triplet: 34, 8E and 74. RGB value is (52,142,116). Sum of RGB (Red+Green+Blue) = 52+142+116=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #348E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E74 is #CB718B. Grayscale: #707070. Windows color (decimal): -13332876 or 7638580. OLE color: 7638580.

HSL color Cylindrical-coordinate representation of color #348E74: hue angle of 162.67º 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 #348E74 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB52142116-
CMYK0.6300.180.44
HSL162.67º46.39%38.04%-
HSV(B)162.67º63.38%55.69%-
XYZ14.2421.3419.89-
YUV112.13130.1885.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 142 (55.86% from 255) = 45.81%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=16.77%
G=45.81%
B=37.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421160.6300.180.44162.6746.3938.04
Hex348E743F0122Ca32e26
Octal6421616477022542435646
Binary11010010001110111010011111101001010110010100011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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