Html Css Color HEX #349576 Gossamer

📋 copy color: '#349576'

red 52 ◦ green 149 ◦ blue 118

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

Shades of Gossamer #349576

Tints of Gossamer #349576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

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

R = 16.3%
G = 46.71%
B = 36.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#349576 (or 0x349576) is known color: Gossamer. HEX triplet: 34, 95 and 76. RGB value is (52,149,118). Sum of RGB (Red+Green+Blue) = 52+149+118=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #349576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349576 is #CB6A89. Grayscale: #747474. Windows color (decimal): -13331082 or 7771444. OLE color: 7771444.

HSL color Cylindrical-coordinate representation of color #349576: hue angle of 160.82º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349576 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 118 -
CMYK 0.65 0 0.21 0.42
HSL 160.82º 0.48% 0.39% -
HSV(B) 160.82º 0.65% 0.58% -
XYZ 15.43 23.53 20.87 -
YUV 116.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 52 149 118 0.65 0 0.21 0.42 160.82 0.48 0.39
Hex 34 95 76 41 0 15 2A A1 30 27
Octal 64 225 166 101 0 25 52 241 60 47
Binary 110100 10010101 1110110 1000001 0 10101 101010 10100001 110000 100111

Color Harmonies of #349576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349576

Black with #349576

Text Example


Text Example

White with #349576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349576; }

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

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

background-color css

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

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

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

border-color css

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

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

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