Html Css Color HEX #339276 Gossamer

📋 copy color: '#339276'

red 51 ◦ green 146 ◦ blue 118

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

Shades of Gossamer #339276

Tints of Gossamer #339276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

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

R = 16.19%
G = 46.35%
B = 37.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#339276 (or 0x339276) is known color: Gossamer. HEX triplet: 33, 92 and 76. RGB value is (51,146,118). Sum of RGB (Red+Green+Blue) = 51+146+118=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #339276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339276 is #CC6D89. Grayscale: #727272. Windows color (decimal): -13397386 or 7770675. OLE color: 7770675.

HSL color Cylindrical-coordinate representation of color #339276: hue angle of 162.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339276 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 146 118 -
CMYK 0.65 0 0.19 0.43
HSL 162.32º 0.48% 0.39% -
HSV(B) 162.32º 0.65% 0.57% -
XYZ 14.91 22.57 20.71 -
YUV 114.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 51 146 118 0.65 0 0.19 0.43 162.32 0.48 0.39
Hex 33 92 76 41 0 13 2B A2 30 27
Octal 63 222 166 101 0 23 53 242 60 47
Binary 110011 10010010 1110110 1000001 0 10011 101011 10100010 110000 100111

Color Harmonies of #339276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339276

Black with #339276

Text Example


Text Example

White with #339276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339276; }

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

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

background-color css

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

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

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

border-color css

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

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

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