Html Css Color HEX #339780 Gossamer

📋 copy color: '#339780'

red 51 ◦ green 151 ◦ blue 128

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

Shades of Gossamer #339780

Tints of Gossamer #339780

RGB

 RED value IS 51 (20.31% from 255) = 15.45%

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

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

R = 15.45%
G = 45.76%
B = 38.79%

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

#339780 (or 0x339780) is known color: Gossamer. HEX triplet: 33, 97 and 80. RGB value is (51,151,128). Sum of RGB (Red+Green+Blue) = 51+151+128=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #339780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339780 is #CC687F. Grayscale: #767676. Windows color (decimal): -13396096 or 8427315. OLE color: 8427315.

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

Color convert

RGB 51 151 128 -
CMYK 0.66 0 0.15 0.41
HSL 166.2º 0.5% 0.4% -
HSV(B) 166.2º 0.66% 0.59% -
XYZ 16.33 24.4 24.27 -
YUV 118.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 51 151 128 0.66 0 0.15 0.41 166.2 0.5 0.4
Hex 33 97 80 42 0 F 29 A6 32 28
Octal 63 227 200 102 0 17 51 246 62 50
Binary 110011 10010111 10000000 1000010 0 1111 101001 10100110 110010 101000

Color Harmonies of #339780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339780

Black with #339780

Text Example


Text Example

White with #339780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339780; }

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

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

background-color css

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

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

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

border-color css

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

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

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