#3DB391

Color #3DB391 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3DB391

Tints of Gossamer #3DB391

Color information

#3DB391 (or 0x3DB391) is unknown color: approx Gossamer. HEX triplet: 3D, B3 and 91. RGB value is (61,179,145). Sum of RGB (Red+Green+Blue) = 61+179+145=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB391 is #C24C6E. Grayscale: #8B8B8B. Windows color (decimal): -12733551 or 9548605. OLE color: 9548605.

HSL color Cylindrical-coordinate representation of color #3DB391: hue angle of 162.71º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB391 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB61179145-
CMYK0.6600.190.30
HSL162.71º49.17%47.06%-
HSV(B)162.71º65.92%70.2%-
XYZ23.1635.2832.38-
YUV139.84130.9171.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.84%
GREEN value IS 179 (70.31% from 255) = 46.49%
BLUE value IS 145 (57.03% from 255) = 37.66%
R=15.84%
G=46.49%
B=37.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal611791450.6600.190.30162.7149.1747.06
Hex3DB391420131Ea3312f
Octal75263221102023362436157
Binary111101101100111001000110000100100111111010100011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,179,145); }

 H1.HeaderClassName
 {
   color: #3DB391;
 }
 .AnyTagClassName
 {
   color: #3DB391;
 }
</style>
background-color css

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

 a { background-color: rgb(61,179,145); }

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

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

 span { border-color: rgb(61,179,145); }

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