Html Css Color HEX #339F85 Gossamer

📋 copy color: '#339F85'

red 51 ◦ green 159 ◦ blue 133

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

Shades of Gossamer #339F85

Tints of Gossamer #339F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.36%

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

R = 14.87%
G = 46.36%
B = 38.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#339F85 (or 0x339F85) is known color: Gossamer. HEX triplet: 33, 9F and 85. RGB value is (51,159,133). Sum of RGB (Red+Green+Blue) = 51+159+133=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #339F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339F85 is #CC607A. Grayscale: #7B7B7B. Windows color (decimal): -13394043 or 8757043. OLE color: 8757043.

HSL color Cylindrical-coordinate representation of color #339F85: hue angle of 165.56º 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 #339F85 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 159 133 -
CMYK 0.68 0 0.16 0.38
HSL 165.56º 0.51% 0.41% -
HSV(B) 165.56º 0.68% 0.62% -
XYZ 18 27.19 26.49 -
YUV 123.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 51 159 133 0.68 0 0.16 0.38 165.56 0.51 0.41
Hex 33 9F 85 44 0 10 26 A6 33 29
Octal 63 237 205 104 0 20 46 246 63 51
Binary 110011 10011111 10000101 1000100 0 10000 100110 10100110 110011 101001

Color Harmonies of #339F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339F85

Black with #339F85

Text Example


Text Example

White with #339F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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