Html Css Color HEX #339D76 Gossamer

📋 copy color: '#339D76'

red 51 ◦ green 157 ◦ blue 118

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

Shades of Gossamer #339D76

Tints of Gossamer #339D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.16%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 15.64%
G = 48.16%
B = 36.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#339D76 (or 0x339D76) is known color: Gossamer. HEX triplet: 33, 9D and 76. RGB value is (51,157,118). Sum of RGB (Red+Green+Blue) = 51+157+118=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #339D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D76 is #CC6289. Grayscale: #787878. Windows color (decimal): -13394570 or 7773491. OLE color: 7773491.

HSL color Cylindrical-coordinate representation of color #339D76: hue angle of 157.92º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339D76 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 157 118 -
CMYK 0.68 0 0.25 0.38
HSL 157.92º 0.51% 0.41% -
HSV(B) 157.92º 0.68% 0.62% -
XYZ 16.69 26.13 21.3 -
YUV 120.86 126.38 78.17 -
System Red Green Blue C M Y K H S L
Decimal 51 157 118 0.68 0 0.25 0.38 157.92 0.51 0.41
Hex 33 9D 76 44 0 19 26 9E 33 29
Octal 63 235 166 104 0 31 46 236 63 51
Binary 110011 10011101 1110110 1000100 0 11001 100110 10011110 110011 101001

Color Harmonies of #339D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339D76

Black with #339D76

Text Example


Text Example

White with #339D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339D76; }

 p { color: rgb(51,157,118); }

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

background-color css

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

 a { background-color: rgb(51,157,118); }

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

border-color css

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

 span { border-color: rgb(51,157,118); }

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