Html Css Color HEX #3B957A Gossamer

📋 copy color: '#3B957A'

red 59 ◦ green 149 ◦ blue 122

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

Shades of Gossamer #3B957A

Tints of Gossamer #3B957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.15%

 BLUE value IS 122 (48.05% from 255) = 36.97%

R = 17.88%
G = 45.15%
B = 36.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#3B957A (or 0x3B957A) is known color: Gossamer. HEX triplet: 3B, 95 and 7A. RGB value is (59,149,122). Sum of RGB (Red+Green+Blue) = 59+149+122=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #3B957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B957A is #C46A85. Grayscale: #777777. Windows color (decimal): -12872326 or 8033595. OLE color: 8033595.

HSL color Cylindrical-coordinate representation of color #3B957A: hue angle of 162º 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 #3B957A is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 149 122 -
CMYK 0.60 0 0.18 0.42
HSL 162º 0.43% 0.41% -
HSV(B) 162º 0.6% 0.58% -
XYZ 16.06 23.83 22.17 -
YUV 119.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 59 149 122 0.60 0 0.18 0.42 162 0.43 0.41
Hex 3B 95 7A 3C 0 12 2A A2 2B 29
Octal 73 225 172 74 0 22 52 242 53 51
Binary 111011 10010101 1111010 111100 0 10010 101010 10100010 101011 101001

Color Harmonies of #3B957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B957A

Black with #3B957A

Text Example


Text Example

White with #3B957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,149,122); }

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

background-color css

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

 a { background-color: rgb(59,149,122); }

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

border-color css

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

 span { border-color: rgb(59,149,122); }

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