Html Css Color HEX #349673 Gossamer

📋 copy color: '#349673'

red 52 ◦ green 150 ◦ blue 115

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

Shades of Gossamer #349673

Tints of Gossamer #349673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 16.4%
G = 47.32%
B = 36.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#349673 (or 0x349673) is known color: Gossamer. HEX triplet: 34, 96 and 73. RGB value is (52,150,115). Sum of RGB (Red+Green+Blue) = 52+150+115=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #349673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349673 is #CB698C. Grayscale: #747474. Windows color (decimal): -13330829 or 7575092. OLE color: 7575092.

HSL color Cylindrical-coordinate representation of color #349673: hue angle of 158.57º 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 #349673 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 115 -
CMYK 0.65 0 0.23 0.41
HSL 158.57º 0.49% 0.4% -
HSV(B) 158.57º 0.65% 0.59% -
XYZ 15.42 23.78 20 -
YUV 116.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 52 150 115 0.65 0 0.23 0.41 158.57 0.49 0.4
Hex 34 96 73 41 0 17 29 9F 31 28
Octal 64 226 163 101 0 27 51 237 61 50
Binary 110100 10010110 1110011 1000001 0 10111 101001 10011111 110001 101000

Color Harmonies of #349673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349673

Black with #349673

Text Example


Text Example

White with #349673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349673; }

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

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

background-color css

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

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

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

border-color css

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

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

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