Html Css Color HEX #339084 Gossamer

📋 copy color: '#339084'

red 51 ◦ green 144 ◦ blue 132

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

Shades of Gossamer #339084

Tints of Gossamer #339084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.04%

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 15.6%
G = 44.04%
B = 40.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#339084 (or 0x339084) is known color: Gossamer. HEX triplet: 33, 90 and 84. RGB value is (51,144,132). Sum of RGB (Red+Green+Blue) = 51+144+132=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #339084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339084 is #CC6F7B. Grayscale: #727272. Windows color (decimal): -13397884 or 8687667. OLE color: 8687667.

HSL color Cylindrical-coordinate representation of color #339084: hue angle of 172.26º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339084 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 144 132 -
CMYK 0.65 0 0.08 0.44
HSL 172.26º 0.48% 0.38% -
HSV(B) 172.26º 0.65% 0.56% -
XYZ 15.5 22.32 25.32 -
YUV 114.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 51 144 132 0.65 0 0.08 0.44 172.26 0.48 0.38
Hex 33 90 84 41 0 8 2C AC 30 26
Octal 63 220 204 101 0 10 54 254 60 46
Binary 110011 10010000 10000100 1000001 0 1000 101100 10101100 110000 100110

Color Harmonies of #339084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339084

Black with #339084

Text Example


Text Example

White with #339084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339084; }

 p { color: rgb(51,144,132); }

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

background-color css

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

 a { background-color: rgb(51,144,132); }

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

border-color css

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

 span { border-color: rgb(51,144,132); }

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