Html Css Color HEX #339775 Gossamer

📋 copy color: '#339775'

red 51 ◦ green 151 ◦ blue 117

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

Shades of Gossamer #339775

Tints of Gossamer #339775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 15.99%
G = 47.34%
B = 36.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#339775 (or 0x339775) is known color: Gossamer. HEX triplet: 33, 97 and 75. RGB value is (51,151,117). Sum of RGB (Red+Green+Blue) = 51+151+117=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #339775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339775 is #CC688A. Grayscale: #757575. Windows color (decimal): -13396107 or 7706419. OLE color: 7706419.

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

Color convert

RGB 51 151 117 -
CMYK 0.66 0 0.23 0.41
HSL 159.6º 0.5% 0.4% -
HSV(B) 159.6º 0.66% 0.59% -
XYZ 15.64 24.12 20.66 -
YUV 117.22 127.87 80.76 -
System Red Green Blue C M Y K H S L
Decimal 51 151 117 0.66 0 0.23 0.41 159.6 0.5 0.4
Hex 33 97 75 42 0 17 29 A0 32 28
Octal 63 227 165 102 0 27 51 240 62 50
Binary 110011 10010111 1110101 1000010 0 10111 101001 10100000 110010 101000

Color Harmonies of #339775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339775

Black with #339775

Text Example


Text Example

White with #339775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339775; }

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

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

background-color css

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

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

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

border-color css

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

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

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