Html Css Color HEX #3B9382 Gossamer

📋 copy color: '#3B9382'

red 59 ◦ green 147 ◦ blue 130

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

Shades of Gossamer #3B9382

Tints of Gossamer #3B9382

RGB

 RED value IS 59 (23.44% from 255) = 17.56%

 GREEN value IS 147 (57.81% from 255) = 43.75%

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

R = 17.56%
G = 43.75%
B = 38.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#3B9382 (or 0x3B9382) is known color: Gossamer. HEX triplet: 3B, 93 and 82. RGB value is (59,147,130). Sum of RGB (Red+Green+Blue) = 59+147+130=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #3B9382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9382 is #C46C7D. Grayscale: #767676. Windows color (decimal): -12872830 or 8557371. OLE color: 8557371.

HSL color Cylindrical-coordinate representation of color #3B9382: hue angle of 168.41º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B9382 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 147 130 -
CMYK 0.60 0 0.12 0.42
HSL 168.41º 0.43% 0.4% -
HSV(B) 168.41º 0.6% 0.58% -
XYZ 16.27 23.41 24.78 -
YUV 118.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 59 147 130 0.60 0 0.12 0.42 168.41 0.43 0.4
Hex 3B 93 82 3C 0 C 2A A8 2B 28
Octal 73 223 202 74 0 14 52 250 53 50
Binary 111011 10010011 10000010 111100 0 1100 101010 10101000 101011 101000

Color Harmonies of #3B9382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9382

Black with #3B9382

Text Example


Text Example

White with #3B9382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B9382; }

 p { color: rgb(59,147,130); }

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

background-color css

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

 a { background-color: rgb(59,147,130); }

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

border-color css

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

 span { border-color: rgb(59,147,130); }

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