Html Css Color HEX #349179 Gossamer

📋 copy color: '#349179'

red 52 ◦ green 145 ◦ blue 121

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

Shades of Gossamer #349179

Tints of Gossamer #349179

RGB

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

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

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

R = 16.35%
G = 45.6%
B = 38.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#349179 (or 0x349179) is known color: Gossamer. HEX triplet: 34, 91 and 79. RGB value is (52,145,121). Sum of RGB (Red+Green+Blue) = 52+145+121=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #349179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349179 is #CB6E86. Grayscale: #727272. Windows color (decimal): -13332103 or 7967028. OLE color: 7967028.

HSL color Cylindrical-coordinate representation of color #349179: hue angle of 164.52º 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 #349179 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 121 -
CMYK 0.64 0 0.17 0.43
HSL 164.52º 0.47% 0.39% -
HSV(B) 164.52º 0.64% 0.57% -
XYZ 14.99 22.36 21.62 -
YUV 114.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 52 145 121 0.64 0 0.17 0.43 164.52 0.47 0.39
Hex 34 91 79 40 0 11 2B A5 2F 27
Octal 64 221 171 100 0 21 53 245 57 47
Binary 110100 10010001 1111001 1000000 0 10001 101011 10100101 101111 100111

Color Harmonies of #349179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349179

Black with #349179

Text Example


Text Example

White with #349179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349179; }

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

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

background-color css

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

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

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

border-color css

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

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

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