Html Css Color HEX #349079 Gossamer

📋 copy color: '#349079'

red 52 ◦ green 144 ◦ blue 121

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

Shades of Gossamer #349079

Tints of Gossamer #349079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.43%

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

R = 16.4%
G = 45.43%
B = 38.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#349079 (or 0x349079) is known color: Gossamer. HEX triplet: 34, 90 and 79. RGB value is (52,144,121). Sum of RGB (Red+Green+Blue) = 52+144+121=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #349079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349079 is #CB6F86. Grayscale: #717171. Windows color (decimal): -13332359 or 7966772. OLE color: 7966772.

HSL color Cylindrical-coordinate representation of color #349079: hue angle of 165º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349079 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 121 -
CMYK 0.64 0 0.16 0.44
HSL 165º 0.47% 0.38% -
HSV(B) 165º 0.64% 0.56% -
XYZ 14.84 22.06 21.56 -
YUV 113.87 132.02 83.87 -
System Red Green Blue C M Y K H S L
Decimal 52 144 121 0.64 0 0.16 0.44 165 0.47 0.38
Hex 34 90 79 40 0 10 2C A5 2F 26
Octal 64 220 171 100 0 20 54 245 57 46
Binary 110100 10010000 1111001 1000000 0 10000 101100 10100101 101111 100110

Color Harmonies of #349079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349079

Black with #349079

Text Example


Text Example

White with #349079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349079; }

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

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

background-color css

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

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

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

border-color css

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

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

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