Html Css Color HEX #349680 Gossamer

📋 copy color: '#349680'

red 52 ◦ green 150 ◦ blue 128

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

Shades of Gossamer #349680

Tints of Gossamer #349680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 15.76%
G = 45.45%
B = 38.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#349680 (or 0x349680) is known color: Gossamer. HEX triplet: 34, 96 and 80. RGB value is (52,150,128). Sum of RGB (Red+Green+Blue) = 52+150+128=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #349680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349680 is #CB697F. Grayscale: #767676. Windows color (decimal): -13330816 or 8427060. OLE color: 8427060.

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

Color convert

RGB 52 150 128 -
CMYK 0.65 0 0.15 0.41
HSL 166.53º 0.49% 0.4% -
HSV(B) 166.53º 0.65% 0.59% -
XYZ 16.22 24.1 24.22 -
YUV 118.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 52 150 128 0.65 0 0.15 0.41 166.53 0.49 0.4
Hex 34 96 80 41 0 F 29 A7 31 28
Octal 64 226 200 101 0 17 51 247 61 50
Binary 110100 10010110 10000000 1000001 0 1111 101001 10100111 110001 101000

Color Harmonies of #349680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349680

Black with #349680

Text Example


Text Example

White with #349680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349680; }

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

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

background-color css

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

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

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

border-color css

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

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

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