#3DB38B

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

Shades of Gossamer #3DB38B

Tints of Gossamer #3DB38B

Color information

#3DB38B (or 0x3DB38B) is unknown color: approx Gossamer. HEX triplet: 3D, B3 and 8B. RGB value is (61,179,139). Sum of RGB (Red+Green+Blue) = 61+179+139=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB38B is #C24C74. Grayscale: #8B8B8B. Windows color (decimal): -12733557 or 9155389. OLE color: 9155389.

HSL color Cylindrical-coordinate representation of color #3DB38B: hue angle of 159.66º 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 #3DB38B is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB61179139-
CMYK0.6600.220.30
HSL159.66º49.17%47.06%-
HSV(B)159.66º65.92%70.2%-
XYZ22.735.130-
YUV139.16127.9172.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.09%
GREEN value IS 179 (70.31% from 255) = 47.23%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=16.09%
G=47.23%
B=36.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal611791390.6600.220.30159.6649.1747.06
Hex3DB38B420161Ea0312f
Octal75263213102026362406157
Binary111101101100111000101110000100101101111010100000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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