Html Css Color HEX #349177 Gossamer

📋 copy color: '#349177'

red 52 ◦ green 145 ◦ blue 119

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

Shades of Gossamer #349177

Tints of Gossamer #349177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.89%

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

R = 16.46%
G = 45.89%
B = 37.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#349177 (or 0x349177) is known color: Gossamer. HEX triplet: 34, 91 and 77. RGB value is (52,145,119). Sum of RGB (Red+Green+Blue) = 52+145+119=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #349177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349177 is #CB6E88. Grayscale: #727272. Windows color (decimal): -13332105 or 7835956. OLE color: 7835956.

HSL color Cylindrical-coordinate representation of color #349177: hue angle of 163.23º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349177 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 119 -
CMYK 0.64 0 0.18 0.43
HSL 163.23º 0.47% 0.39% -
HSV(B) 163.23º 0.64% 0.57% -
XYZ 14.87 22.31 20.98 -
YUV 114.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 52 145 119 0.64 0 0.18 0.43 163.23 0.47 0.39
Hex 34 91 77 40 0 12 2B A3 2F 27
Octal 64 221 167 100 0 22 53 243 57 47
Binary 110100 10010001 1110111 1000000 0 10010 101011 10100011 101111 100111

Color Harmonies of #349177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349177

Black with #349177

Text Example


Text Example

White with #349177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349177; }

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

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

background-color css

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

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

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

border-color css

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

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

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