Html Css Color HEX #339675 Gossamer

📋 copy color: '#339675'

red 51 ◦ green 150 ◦ blue 117

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

Shades of Gossamer #339675

Tints of Gossamer #339675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

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

R = 16.04%
G = 47.17%
B = 36.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#339675 (or 0x339675) is known color: Gossamer. HEX triplet: 33, 96 and 75. RGB value is (51,150,117). Sum of RGB (Red+Green+Blue) = 51+150+117=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #339675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339675 is #CC698A. Grayscale: #747474. Windows color (decimal): -13396363 or 7706163. OLE color: 7706163.

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

Color convert

RGB 51 150 117 -
CMYK 0.66 0 0.22 0.41
HSL 160º 0.49% 0.39% -
HSV(B) 160º 0.66% 0.59% -
XYZ 15.48 23.8 20.61 -
YUV 116.64 128.2 81.18 -
System Red Green Blue C M Y K H S L
Decimal 51 150 117 0.66 0 0.22 0.41 160 0.49 0.39
Hex 33 96 75 42 0 16 29 A0 31 27
Octal 63 226 165 102 0 26 51 240 61 47
Binary 110011 10010110 1110101 1000010 0 10110 101001 10100000 110001 100111

Color Harmonies of #339675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339675

Black with #339675

Text Example


Text Example

White with #339675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339675; }

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

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

background-color css

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

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

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

border-color css

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

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

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