Html Css Color HEX #3B9482 Gossamer

📋 copy color: '#3B9482'

red 59 ◦ green 148 ◦ blue 130

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

Shades of Gossamer #3B9482

Tints of Gossamer #3B9482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

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

R = 17.51%
G = 43.92%
B = 38.58%

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

#3B9482 (or 0x3B9482) is known color: Gossamer. HEX triplet: 3B, 94 and 82. RGB value is (59,148,130). Sum of RGB (Red+Green+Blue) = 59+148+130=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #3B9482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9482 is #C46B7D. Grayscale: #777777. Windows color (decimal): -12872574 or 8557627. OLE color: 8557627.

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

Color convert

RGB 59 148 130 -
CMYK 0.60 0 0.12 0.42
HSL 167.87º 0.43% 0.41% -
HSV(B) 167.87º 0.6% 0.58% -
XYZ 16.42 23.72 24.83 -
YUV 119.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 59 148 130 0.60 0 0.12 0.42 167.87 0.43 0.41
Hex 3B 94 82 3C 0 C 2A A8 2B 29
Octal 73 224 202 74 0 14 52 250 53 51
Binary 111011 10010100 10000010 111100 0 1100 101010 10101000 101011 101001

Color Harmonies of #3B9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9482

Black with #3B9482

Text Example


Text Example

White with #3B9482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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