#348B6B

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

Shades of Viridian #348B6B

Tints of Viridian #348B6B

Color information

#348B6B (or 0x348B6B) is unknown color: approx Viridian. HEX triplet: 34, 8B and 6B. RGB value is (52,139,107). Sum of RGB (Red+Green+Blue) = 52+139+107=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #348B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B6B is #CB7494. Grayscale: #6D6D6D. Windows color (decimal): -13333653 or 7047988. OLE color: 7047988.

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

Color convert

RGB52139107-
CMYK0.6300.230.45
HSL157.93º45.55%37.45%-
HSV(B)157.93º62.59%54.51%-
XYZ13.320.2617.12-
YUV109.34126.6887.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 139 (54.69% from 255) = 46.64%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=17.45%
G=46.64%
B=35.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391070.6300.230.45157.9345.5537.45
Hex348B6B3F0172D9e2e25
Octal6421315377027552365645
Binary11010010001011110101111111101011110110110011110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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