#348E78

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

Shades of Viridian #348E78

Tints of Viridian #348E78

Color information

#348E78 (or 0x348E78) is unknown color: approx Viridian. HEX triplet: 34, 8E and 78. RGB value is (52,142,120). Sum of RGB (Red+Green+Blue) = 52+142+120=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #348E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E78 is #CB7187. Grayscale: #707070. Windows color (decimal): -13332872 or 7900724. OLE color: 7900724.

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

Color convert

RGB52142120-
CMYK0.6300.150.44
HSL165.33º46.39%38.04%-
HSV(B)165.33º63.38%55.69%-
XYZ14.4821.4321.14-
YUV112.58132.1884.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 142 (55.86% from 255) = 45.22%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=16.56%
G=45.22%
B=38.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421200.6300.150.44165.3346.3938.04
Hex348E783F0F2Ca52e26
Octal6421617077017542455646
Binary1101001000111011110001111110111110110010100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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