Html Css Color HEX #349F77 Gossamer

📋 copy color: '#349F77'

red 52 ◦ green 159 ◦ blue 119

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

Shades of Gossamer #349F77

Tints of Gossamer #349F77

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.18%

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 15.76%
G = 48.18%
B = 36.06%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#349F77 (or 0x349F77) is known color: Gossamer. HEX triplet: 34, 9F and 77. RGB value is (52,159,119). Sum of RGB (Red+Green+Blue) = 52+159+119=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #349F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F77 is #CB6088. Grayscale: #7A7A7A. Windows color (decimal): -13328521 or 7839540. OLE color: 7839540.

HSL color Cylindrical-coordinate representation of color #349F77: hue angle of 157.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F77 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 159 119 -
CMYK 0.67 0 0.25 0.38
HSL 157.57º 0.51% 0.41% -
HSV(B) 157.57º 0.67% 0.62% -
XYZ 17.14 26.86 21.73 -
YUV 122.45 126.05 77.75 -
System Red Green Blue C M Y K H S L
Decimal 52 159 119 0.67 0 0.25 0.38 157.57 0.51 0.41
Hex 34 9F 77 43 0 19 26 9E 33 29
Octal 64 237 167 103 0 31 46 236 63 51
Binary 110100 10011111 1110111 1000011 0 11001 100110 10011110 110011 101001

Color Harmonies of #349F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349F77

Black with #349F77

Text Example


Text Example

White with #349F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,159,119); }

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

background-color css

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

 a { background-color: rgb(52,159,119); }

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

border-color css

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

 span { border-color: rgb(52,159,119); }

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