Html Css Color HEX #349675 Gossamer

📋 copy color: '#349675'

red 52 ◦ green 150 ◦ blue 117

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

Shades of Gossamer #349675

Tints of Gossamer #349675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.02%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 16.3%
G = 47.02%
B = 36.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#349675 (or 0x349675) is known color: Gossamer. HEX triplet: 34, 96 and 75. RGB value is (52,150,117). Sum of RGB (Red+Green+Blue) = 52+150+117=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #349675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349675 is #CB698A. Grayscale: #747474. Windows color (decimal): -13330827 or 7706164. OLE color: 7706164.

HSL color Cylindrical-coordinate representation of color #349675: hue angle of 159.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349675 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 117 -
CMYK 0.65 0 0.22 0.41
HSL 159.8º 0.49% 0.4% -
HSV(B) 159.8º 0.65% 0.59% -
XYZ 15.53 23.83 20.61 -
YUV 116.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 52 150 117 0.65 0 0.22 0.41 159.8 0.49 0.4
Hex 34 96 75 41 0 16 29 A0 31 28
Octal 64 226 165 101 0 26 51 240 61 50
Binary 110100 10010110 1110101 1000001 0 10110 101001 10100000 110001 101000

Color Harmonies of #349675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349675

Black with #349675

Text Example


Text Example

White with #349675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349675; }

 p { color: rgb(52,150,117); }

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

background-color css

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

 a { background-color: rgb(52,150,117); }

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

border-color css

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

 span { border-color: rgb(52,150,117); }

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