Html Css Color HEX #349780 Gossamer

📋 copy color: '#349780'

red 52 ◦ green 151 ◦ blue 128

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

Shades of Gossamer #349780

Tints of Gossamer #349780

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.62%

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

R = 15.71%
G = 45.62%
B = 38.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#349780 (or 0x349780) is known color: Gossamer. HEX triplet: 34, 97 and 80. RGB value is (52,151,128). Sum of RGB (Red+Green+Blue) = 52+151+128=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #349780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349780 is #CB687F. Grayscale: #767676. Windows color (decimal): -13330560 or 8427316. OLE color: 8427316.

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

Color convert

RGB 52 151 128 -
CMYK 0.66 0 0.15 0.41
HSL 166.06º 0.49% 0.4% -
HSV(B) 166.06º 0.66% 0.59% -
XYZ 16.38 24.42 24.27 -
YUV 118.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 52 151 128 0.66 0 0.15 0.41 166.06 0.49 0.4
Hex 34 97 80 42 0 F 29 A6 31 28
Octal 64 227 200 102 0 17 51 246 61 50
Binary 110100 10010111 10000000 1000010 0 1111 101001 10100110 110001 101000

Color Harmonies of #349780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349780

Black with #349780

Text Example


Text Example

White with #349780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349780; }

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

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

background-color css

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

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

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

border-color css

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

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

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