Html Css Color HEX #3D9B87 Gossamer

📋 copy color: '#3D9B87'

red 61 ◦ green 155 ◦ blue 135

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

Shades of Gossamer #3D9B87

Tints of Gossamer #3D9B87

RGB

 RED value IS 61 (24.22% from 255) = 17.38%

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

 BLUE value IS 135 (53.13% from 255) = 38.46%

R = 17.38%
G = 44.16%
B = 38.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#3D9B87 (or 0x3D9B87) is known color: Gossamer. HEX triplet: 3D, 9B and 87. RGB value is (61,155,135). Sum of RGB (Red+Green+Blue) = 61+155+135=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9B87 is #C26478. Grayscale: #7C7C7C. Windows color (decimal): -12739705 or 8887101. OLE color: 8887101.

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

Color convert

RGB 61 155 135 -
CMYK 0.61 0 0.13 0.39
HSL 167.23º 0.44% 0.42% -
HSV(B) 167.23º 0.61% 0.61% -
XYZ 18.02 26.18 27.03 -
YUV 124.61 133.86 82.63 -
System Red Green Blue C M Y K H S L
Decimal 61 155 135 0.61 0 0.13 0.39 167.23 0.44 0.42
Hex 3D 9B 87 3D 0 D 27 A7 2C 2A
Octal 75 233 207 75 0 15 47 247 54 52
Binary 111101 10011011 10000111 111101 0 1101 100111 10100111 101100 101010

Color Harmonies of #3D9B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9B87

Black with #3D9B87

Text Example


Text Example

White with #3D9B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,155,135); }

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

background-color css

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

 a { background-color: rgb(61,155,135); }

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

border-color css

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

 span { border-color: rgb(61,155,135); }

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