#348B6F

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

Shades of Viridian #348B6F

Tints of Viridian #348B6F

Color information

#348B6F (or 0x348B6F) is unknown color: approx Viridian. HEX triplet: 34, 8B and 6F. RGB value is (52,139,111). Sum of RGB (Red+Green+Blue) = 52+139+111=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #348B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B6F is #CB7490. Grayscale: #6D6D6D. Windows color (decimal): -13333649 or 7310132. OLE color: 7310132.

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

Color convert

RGB52139111-
CMYK0.6300.200.45
HSL160.69º45.55%37.45%-
HSV(B)160.69º62.59%54.51%-
XYZ13.5220.3418.25-
YUV109.79128.6886.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=17.22%
G=46.03%
B=36.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391110.6300.200.45160.6945.5537.45
Hex348B6F3F0142Da12e25
Octal6421315777024552415645
Binary11010010001011110111111111101010010110110100001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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