Html Css Color HEX #349B73 Gossamer

📋 copy color: '#349B73'

red 52 ◦ green 155 ◦ blue 115

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

Shades of Gossamer #349B73

Tints of Gossamer #349B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.14%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 16.15%
G = 48.14%
B = 35.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#349B73 (or 0x349B73) is known color: Gossamer. HEX triplet: 34, 9B and 73. RGB value is (52,155,115). Sum of RGB (Red+Green+Blue) = 52+155+115=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #349B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B73 is #CB648C. Grayscale: #777777. Windows color (decimal): -13329549 or 7576372. OLE color: 7576372.

HSL color Cylindrical-coordinate representation of color #349B73: hue angle of 156.7º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B73 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 115 -
CMYK 0.66 0 0.26 0.39
HSL 156.7º 0.5% 0.41% -
HSV(B) 156.7º 0.66% 0.61% -
XYZ 16.23 25.41 20.27 -
YUV 119.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 52 155 115 0.66 0 0.26 0.39 156.7 0.5 0.41
Hex 34 9B 73 42 0 1A 27 9D 32 29
Octal 64 233 163 102 0 32 47 235 62 51
Binary 110100 10011011 1110011 1000010 0 11010 100111 10011101 110010 101001

Color Harmonies of #349B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B73

Black with #349B73

Text Example


Text Example

White with #349B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349B73; }

 p { color: rgb(52,155,115); }

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

background-color css

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

 a { background-color: rgb(52,155,115); }

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

border-color css

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

 span { border-color: rgb(52,155,115); }

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