Html Css Color HEX #349379 Gossamer

📋 copy color: '#349379'

red 52 ◦ green 147 ◦ blue 121

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

Shades of Gossamer #349379

Tints of Gossamer #349379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.94%

 BLUE value IS 121 (47.66% from 255) = 37.81%

R = 16.25%
G = 45.94%
B = 37.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#349379 (or 0x349379) is known color: Gossamer. HEX triplet: 34, 93 and 79. RGB value is (52,147,121). Sum of RGB (Red+Green+Blue) = 52+147+121=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #349379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349379 is #CB6C86. Grayscale: #737373. Windows color (decimal): -13331591 or 7967540. OLE color: 7967540.

HSL color Cylindrical-coordinate representation of color #349379: hue angle of 163.58º 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 #349379 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 121 -
CMYK 0.65 0 0.18 0.42
HSL 163.58º 0.48% 0.39% -
HSV(B) 163.58º 0.65% 0.58% -
XYZ 15.3 22.98 21.72 -
YUV 115.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 52 147 121 0.65 0 0.18 0.42 163.58 0.48 0.39
Hex 34 93 79 41 0 12 2A A4 30 27
Octal 64 223 171 101 0 22 52 244 60 47
Binary 110100 10010011 1111001 1000001 0 10010 101010 10100100 110000 100111

Color Harmonies of #349379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349379

Black with #349379

Text Example


Text Example

White with #349379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349379; }

 p { color: rgb(52,147,121); }

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

background-color css

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

 a { background-color: rgb(52,147,121); }

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

border-color css

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

 span { border-color: rgb(52,147,121); }

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