Html Css Color HEX #349579 Gossamer

📋 copy color: '#349579'

red 52 ◦ green 149 ◦ blue 121

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

Shades of Gossamer #349579

Tints of Gossamer #349579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.27%

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

R = 16.15%
G = 46.27%
B = 37.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#349579 (or 0x349579) is known color: Gossamer. HEX triplet: 34, 95 and 79. RGB value is (52,149,121). Sum of RGB (Red+Green+Blue) = 52+149+121=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #349579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349579 is #CB6A86. Grayscale: #747474. Windows color (decimal): -13331079 or 7968052. OLE color: 7968052.

HSL color Cylindrical-coordinate representation of color #349579: hue angle of 162.68º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349579 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 121 -
CMYK 0.65 0 0.19 0.42
HSL 162.68º 0.48% 0.39% -
HSV(B) 162.68º 0.65% 0.58% -
XYZ 15.61 23.61 21.82 -
YUV 116.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 52 149 121 0.65 0 0.19 0.42 162.68 0.48 0.39
Hex 34 95 79 41 0 13 2A A3 30 27
Octal 64 225 171 101 0 23 52 243 60 47
Binary 110100 10010101 1111001 1000001 0 10011 101010 10100011 110000 100111

Color Harmonies of #349579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349579

Black with #349579

Text Example


Text Example

White with #349579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349579; }

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

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

background-color css

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

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

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

border-color css

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

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

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