Html Css Color HEX #348D7C Gossamer

📋 copy color: '#348D7C'

red 52 ◦ green 141 ◦ blue 124

#348D7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #348D7C

Tints of Gossamer #348D7C

RGB

 RED value IS 52 (20.7% from 255) = 16.4%

 GREEN value IS 141 (55.47% from 255) = 44.48%

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 16.4%
G = 44.48%
B = 39.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#348D7C (or 0x348D7C) is known color: Gossamer. HEX triplet: 34, 8D and 7C. RGB value is (52,141,124). Sum of RGB (Red+Green+Blue) = 52+141+124=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #348D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D7C is #CB7283. Grayscale: #707070. Windows color (decimal): -13333124 or 8162612. OLE color: 8162612.

HSL color Cylindrical-coordinate representation of color #348D7C: hue angle of 168.54º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348D7C is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 141 124 -
CMYK 0.63 0 0.12 0.45
HSL 168.54º 0.46% 0.38% -
HSV(B) 168.54º 0.63% 0.55% -
XYZ 14.58 21.24 22.4 -
YUV 112.45 134.51 84.88 -
System Red Green Blue C M Y K H S L
Decimal 52 141 124 0.63 0 0.12 0.45 168.54 0.46 0.38
Hex 34 8D 7C 3F 0 C 2D A9 2E 26
Octal 64 215 174 77 0 14 55 251 56 46
Binary 110100 10001101 1111100 111111 0 1100 101101 10101001 101110 100110

Color Harmonies of #348D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D7C

Black with #348D7C

Text Example


Text Example

White with #348D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,141,124); }

 H1.HeaderClassName
 {
   color: #348D7C;
 }
 .AnyTagClassName
 {
   color: #348D7C;
 }
</style>

background-color css

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

 a { background-color: rgb(52,141,124); }

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

border-color css

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

 span { border-color: rgb(52,141,124); }

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