#348B6E

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

Shades of Viridian #348B6E

Tints of Viridian #348B6E

Color information

#348B6E (or 0x348B6E) is unknown color: approx Viridian. HEX triplet: 34, 8B and 6E. RGB value is (52,139,110). Sum of RGB (Red+Green+Blue) = 52+139+110=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #348B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B6E is #CB7491. Grayscale: #6D6D6D. Windows color (decimal): -13333650 or 7244596. OLE color: 7244596.

HSL color Cylindrical-coordinate representation of color #348B6E: hue angle of 160º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B6E is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB52139110-
CMYK0.6300.210.45
HSL160º45.55%37.45%-
HSV(B)160º62.59%54.51%-
XYZ13.4620.3217.96-
YUV109.68128.1886.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=17.28%
G=46.18%
B=36.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391100.6300.210.4516045.5537.45
Hex348B6E3F0152Da02e25
Octal6421315677025552405645
Binary11010010001011110111011111101010110110110100000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,139,110); }

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

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

 a { background-color: rgb(52,139,110); }

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

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

 span { border-color: rgb(52,139,110); }

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