#348B73

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

Shades of Viridian #348B73

Tints of Viridian #348B73

Color information

#348B73 (or 0x348B73) is unknown color: approx Viridian. HEX triplet: 34, 8B and 73. RGB value is (52,139,115). Sum of RGB (Red+Green+Blue) = 52+139+115=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #348B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B73 is #CB748C. Grayscale: #6E6E6E. Windows color (decimal): -13333645 or 7572276. OLE color: 7572276.

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

Color convert

RGB52139115-
CMYK0.6300.170.45
HSL163.45º45.55%37.45%-
HSV(B)163.45º62.59%54.51%-
XYZ13.7420.4319.44-
YUV110.25130.6886.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 139 (54.69% from 255) = 45.42%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=16.99%
G=45.42%
B=37.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391150.6300.170.45163.4545.5537.45
Hex348B733F0112Da32e25
Octal6421316377021552435645
Binary11010010001011111001111111101000110110110100011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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