Html Css Color HEX #349775 Gossamer

📋 copy color: '#349775'

red 52 ◦ green 151 ◦ blue 117

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

Shades of Gossamer #349775

Tints of Gossamer #349775

RGB

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

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

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

R = 16.25%
G = 47.19%
B = 36.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#349775 (or 0x349775) is known color: Gossamer. HEX triplet: 34, 97 and 75. RGB value is (52,151,117). Sum of RGB (Red+Green+Blue) = 52+151+117=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #349775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349775 is #CB688A. Grayscale: #757575. Windows color (decimal): -13330571 or 7706420. OLE color: 7706420.

HSL color Cylindrical-coordinate representation of color #349775: hue angle of 159.39º 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 #349775 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 117 -
CMYK 0.66 0 0.23 0.41
HSL 159.39º 0.49% 0.4% -
HSV(B) 159.39º 0.66% 0.59% -
XYZ 15.69 24.15 20.66 -
YUV 117.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 52 151 117 0.66 0 0.23 0.41 159.39 0.49 0.4
Hex 34 97 75 42 0 17 29 9F 31 28
Octal 64 227 165 102 0 27 51 237 61 50
Binary 110100 10010111 1110101 1000010 0 10111 101001 10011111 110001 101000

Color Harmonies of #349775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349775

Black with #349775

Text Example


Text Example

White with #349775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349775; }

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

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

background-color css

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

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

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

border-color css

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

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

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