#348B7A

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

Shades of Viridian #348B7A

Tints of Viridian #348B7A

Color information

#348B7A (or 0x348B7A) is unknown color: approx Viridian. HEX triplet: 34, 8B and 7A. RGB value is (52,139,122). Sum of RGB (Red+Green+Blue) = 52+139+122=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #348B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B7A is #CB7485. Grayscale: #6F6F6F. Windows color (decimal): -13333638 or 8031028. OLE color: 8031028.

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

Color convert

RGB52139122-
CMYK0.6300.120.45
HSL168.28º45.55%37.45%-
HSV(B)168.28º62.59%54.51%-
XYZ14.1620.621.64-
YUV111.05134.1885.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 139 (54.69% from 255) = 44.41%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=16.61%
G=44.41%
B=38.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391220.6300.120.45168.2845.5537.45
Hex348B7A3F0C2Da82e25
Octal6421317277014552505645
Binary1101001000101111110101111110110010110110101000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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