#348B6D

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

Shades of Viridian #348B6D

Tints of Viridian #348B6D

Color information

#348B6D (or 0x348B6D) is unknown color: approx Viridian. HEX triplet: 34, 8B and 6D. RGB value is (52,139,109). Sum of RGB (Red+Green+Blue) = 52+139+109=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #348B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B6D is #CB7492. Grayscale: #6D6D6D. Windows color (decimal): -13333651 or 7179060. OLE color: 7179060.

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

Color convert

RGB52139109-
CMYK0.6300.220.45
HSL159.31º45.55%37.45%-
HSV(B)159.31º62.59%54.51%-
XYZ13.4120.317.68-
YUV109.57127.6886.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.33%
GREEN value IS 139 (54.69% from 255) = 46.33%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=17.33%
G=46.33%
B=36.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391090.6300.220.45159.3145.5537.45
Hex348B6D3F0162D9f2e25
Octal6421315577026552375645
Binary11010010001011110110111111101011010110110011111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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