Html Css Color HEX #3B9B78 Gossamer

📋 copy color: '#3B9B78'

red 59 ◦ green 155 ◦ blue 120

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

Shades of Gossamer #3B9B78

Tints of Gossamer #3B9B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.41%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 17.66%
G = 46.41%
B = 35.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#3B9B78 (or 0x3B9B78) is known color: Gossamer. HEX triplet: 3B, 9B and 78. RGB value is (59,155,120). Sum of RGB (Red+Green+Blue) = 59+155+120=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9B78 is #C46487. Grayscale: #7A7A7A. Windows color (decimal): -12870792 or 7904059. OLE color: 7904059.

HSL color Cylindrical-coordinate representation of color #3B9B78: hue angle of 158.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9B78 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 155 120 -
CMYK 0.62 0 0.23 0.39
HSL 158.13º 0.45% 0.42% -
HSV(B) 158.13º 0.62% 0.61% -
XYZ 16.92 25.73 21.84 -
YUV 122.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 59 155 120 0.62 0 0.23 0.39 158.13 0.45 0.42
Hex 3B 9B 78 3E 0 17 27 9E 2D 2A
Octal 73 233 170 76 0 27 47 236 55 52
Binary 111011 10011011 1111000 111110 0 10111 100111 10011110 101101 101010

Color Harmonies of #3B9B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9B78

Black with #3B9B78

Text Example


Text Example

White with #3B9B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,155,120); }

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

background-color css

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

 a { background-color: rgb(59,155,120); }

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

border-color css

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

 span { border-color: rgb(59,155,120); }

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