Html Css Color HEX #349679 Gossamer

📋 copy color: '#349679'

red 52 ◦ green 150 ◦ blue 121

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

Shades of Gossamer #349679

Tints of Gossamer #349679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.44%

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

R = 16.1%
G = 46.44%
B = 37.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#349679 (or 0x349679) is known color: Gossamer. HEX triplet: 34, 96 and 79. RGB value is (52,150,121). Sum of RGB (Red+Green+Blue) = 52+150+121=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #349679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349679 is #CB6986. Grayscale: #757575. Windows color (decimal): -13330823 or 7968308. OLE color: 7968308.

HSL color Cylindrical-coordinate representation of color #349679: hue angle of 162.24º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349679 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 121 -
CMYK 0.65 0 0.19 0.41
HSL 162.24º 0.49% 0.4% -
HSV(B) 162.24º 0.65% 0.59% -
XYZ 15.77 23.92 21.88 -
YUV 117.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 52 150 121 0.65 0 0.19 0.41 162.24 0.49 0.4
Hex 34 96 79 41 0 13 29 A2 31 28
Octal 64 226 171 101 0 23 51 242 61 50
Binary 110100 10010110 1111001 1000001 0 10011 101001 10100010 110001 101000

Color Harmonies of #349679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349679

Black with #349679

Text Example


Text Example

White with #349679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349679; }

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

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

background-color css

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

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

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

border-color css

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

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

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