Html Css Color HEX #339182 Gossamer

📋 copy color: '#339182'

red 51 ◦ green 145 ◦ blue 130

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

Shades of Gossamer #339182

Tints of Gossamer #339182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.48%

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 15.64%
G = 44.48%
B = 39.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#339182 (or 0x339182) is known color: Gossamer. HEX triplet: 33, 91 and 82. RGB value is (51,145,130). Sum of RGB (Red+Green+Blue) = 51+145+130=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #339182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339182 is #CC6E7D. Grayscale: #737373. Windows color (decimal): -13397630 or 8556851. OLE color: 8556851.

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

Color convert

RGB 51 145 130 -
CMYK 0.65 0 0.10 0.43
HSL 170.43º 0.48% 0.38% -
HSV(B) 170.43º 0.65% 0.57% -
XYZ 15.52 22.57 24.66 -
YUV 115.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 51 145 130 0.65 0 0.10 0.43 170.43 0.48 0.38
Hex 33 91 82 41 0 A 2B AA 30 26
Octal 63 221 202 101 0 12 53 252 60 46
Binary 110011 10010001 10000010 1000001 0 1010 101011 10101010 110000 100110

Color Harmonies of #339182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339182

Black with #339182

Text Example


Text Example

White with #339182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339182; }

 p { color: rgb(51,145,130); }

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

background-color css

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

 a { background-color: rgb(51,145,130); }

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

border-color css

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

 span { border-color: rgb(51,145,130); }

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