Html Css Color HEX #3D9878 Gossamer

📋 copy color: '#3D9878'

red 61 ◦ green 152 ◦ blue 120

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

Shades of Gossamer #3D9878

Tints of Gossamer #3D9878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

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

R = 18.32%
G = 45.65%
B = 36.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#3D9878 (or 0x3D9878) is known color: Gossamer. HEX triplet: 3D, 98 and 78. RGB value is (61,152,120). Sum of RGB (Red+Green+Blue) = 61+152+120=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #3D9878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9878 is #C26787. Grayscale: #797979. Windows color (decimal): -12740488 or 7903293. OLE color: 7903293.

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

Color convert

RGB 61 152 120 -
CMYK 0.60 0 0.21 0.40
HSL 158.9º 0.43% 0.42% -
HSV(B) 158.9º 0.6% 0.6% -
XYZ 16.54 24.8 21.69 -
YUV 121.14 127.35 85.1 -
System Red Green Blue C M Y K H S L
Decimal 61 152 120 0.60 0 0.21 0.40 158.9 0.43 0.42
Hex 3D 98 78 3C 0 15 28 9F 2B 2A
Octal 75 230 170 74 0 25 50 237 53 52
Binary 111101 10011000 1111000 111100 0 10101 101000 10011111 101011 101010

Color Harmonies of #3D9878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9878

Black with #3D9878

Text Example


Text Example

White with #3D9878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,152,120); }

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

background-color css

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

 a { background-color: rgb(61,152,120); }

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

border-color css

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

 span { border-color: rgb(61,152,120); }

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