#348E79

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

Shades of Viridian #348E79

Tints of Viridian #348E79

Color information

#348E79 (or 0x348E79) is unknown color: approx Viridian. HEX triplet: 34, 8E and 79. RGB value is (52,142,121). Sum of RGB (Red+Green+Blue) = 52+142+121=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #348E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E79 is #CB7186. Grayscale: #707070. Windows color (decimal): -13332871 or 7966260. OLE color: 7966260.

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

Color convert

RGB52142121-
CMYK0.6300.150.44
HSL166º46.39%38.04%-
HSV(B)166º63.38%55.69%-
XYZ14.5421.4621.46-
YUV112.7132.6884.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=16.51%
G=45.08%
B=38.41%

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
Decimal521421210.6300.150.4416646.3938.04
Hex348E793F0F2Ca62e26
Octal6421617177017542465646
Binary1101001000111011110011111110111110110010100110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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