Html Css Color HEX #339B85 Gossamer

📋 copy color: '#339B85'

red 51 ◦ green 155 ◦ blue 133

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

Shades of Gossamer #339B85

Tints of Gossamer #339B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.72%

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 15.04%
G = 45.72%
B = 39.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#339B85 (or 0x339B85) is known color: Gossamer. HEX triplet: 33, 9B and 85. RGB value is (51,155,133). Sum of RGB (Red+Green+Blue) = 51+155+133=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #339B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B85 is #CC647A. Grayscale: #797979. Windows color (decimal): -13395067 or 8756019. OLE color: 8756019.

HSL color Cylindrical-coordinate representation of color #339B85: hue angle of 167.31º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B85 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 155 133 -
CMYK 0.67 0 0.14 0.39
HSL 167.31º 0.5% 0.4% -
HSV(B) 167.31º 0.67% 0.61% -
XYZ 17.32 25.84 26.27 -
YUV 121.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 51 155 133 0.67 0 0.14 0.39 167.31 0.5 0.4
Hex 33 9B 85 43 0 E 27 A7 32 28
Octal 63 233 205 103 0 16 47 247 62 50
Binary 110011 10011011 10000101 1000011 0 1110 100111 10100111 110010 101000

Color Harmonies of #339B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B85

Black with #339B85

Text Example


Text Example

White with #339B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,155,133); }

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

background-color css

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

 a { background-color: rgb(51,155,133); }

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

border-color css

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

 span { border-color: rgb(51,155,133); }

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