Html Css Color HEX #3B967B Gossamer

📋 copy color: '#3B967B'

red 59 ◦ green 150 ◦ blue 123

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

Shades of Gossamer #3B967B

Tints of Gossamer #3B967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.18%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 17.77%
G = 45.18%
B = 37.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#3B967B (or 0x3B967B) is known color: Gossamer. HEX triplet: 3B, 96 and 7B. RGB value is (59,150,123). Sum of RGB (Red+Green+Blue) = 59+150+123=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #3B967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B967B is #C46984. Grayscale: #777777. Windows color (decimal): -12872069 or 8099387. OLE color: 8099387.

HSL color Cylindrical-coordinate representation of color #3B967B: hue angle of 162.2º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B967B is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 59 150 123 -
CMYK 0.61 0 0.18 0.41
HSL 162.2º 0.44% 0.41% -
HSV(B) 162.2º 0.61% 0.59% -
XYZ 16.29 24.17 22.55 -
YUV 119.71 129.85 84.7 -
System Red Green Blue C M Y K H S L
Decimal 59 150 123 0.61 0 0.18 0.41 162.2 0.44 0.41
Hex 3B 96 7B 3D 0 12 29 A2 2C 29
Octal 73 226 173 75 0 22 51 242 54 51
Binary 111011 10010110 1111011 111101 0 10010 101001 10100010 101100 101001

Color Harmonies of #3B967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B967B

Black with #3B967B

Text Example


Text Example

White with #3B967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,150,123); }

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

background-color css

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

 a { background-color: rgb(59,150,123); }

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

border-color css

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

 span { border-color: rgb(59,150,123); }

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