#3DB28E

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

Shades of Gossamer #3DB28E

Tints of Gossamer #3DB28E

Color information

#3DB28E (or 0x3DB28E) is unknown color: approx Gossamer. HEX triplet: 3D, B2 and 8E. RGB value is (61,178,142). Sum of RGB (Red+Green+Blue) = 61+178+142=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB28E is #C24D71. Grayscale: #8A8A8A. Windows color (decimal): -12733810 or 9351741. OLE color: 9351741.

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

Color convert

RGB61178142-
CMYK0.6600.200.30
HSL161.54º48.95%46.86%-
HSV(B)161.54º65.73%69.8%-
XYZ22.7334.7931.11-
YUV138.91129.7472.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=16.01%
G=46.72%
B=37.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal611781420.6600.200.30161.5448.9546.86
Hex3DB28E420141Ea2312f
Octal75262216102024362426157
Binary111101101100101000111010000100101001111010100010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,178,142); }

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

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

 a { background-color: rgb(61,178,142); }

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

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

 span { border-color: rgb(61,178,142); }

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