Html Css Color HEX #349776 Gossamer

📋 copy color: '#349776'

red 52 ◦ green 151 ◦ blue 118

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

Shades of Gossamer #349776

Tints of Gossamer #349776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.04%

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 16.2%
G = 47.04%
B = 36.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#349776 (or 0x349776) is known color: Gossamer. HEX triplet: 34, 97 and 76. RGB value is (52,151,118). Sum of RGB (Red+Green+Blue) = 52+151+118=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #349776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349776 is #CB6889. Grayscale: #757575. Windows color (decimal): -13330570 or 7771956. OLE color: 7771956.

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

Color convert

RGB 52 151 118 -
CMYK 0.66 0 0.22 0.41
HSL 160º 0.49% 0.4% -
HSV(B) 160º 0.66% 0.59% -
XYZ 15.75 24.17 20.97 -
YUV 117.64 128.2 81.18 -
System Red Green Blue C M Y K H S L
Decimal 52 151 118 0.66 0 0.22 0.41 160 0.49 0.4
Hex 34 97 76 42 0 16 29 A0 31 28
Octal 64 227 166 102 0 26 51 240 61 50
Binary 110100 10010111 1110110 1000010 0 10110 101001 10100000 110001 101000

Color Harmonies of #349776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349776

Black with #349776

Text Example


Text Example

White with #349776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349776; }

 p { color: rgb(52,151,118); }

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

background-color css

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

 a { background-color: rgb(52,151,118); }

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

border-color css

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

 span { border-color: rgb(52,151,118); }

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