#3DA88D

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

Shades of Gossamer #3DA88D

Tints of Gossamer #3DA88D

Color information

#3DA88D (or 0x3DA88D) is unknown color: approx Gossamer. HEX triplet: 3D, A8 and 8D. RGB value is (61,168,141). Sum of RGB (Red+Green+Blue) = 61+168+141=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA88D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA88D is #C25772. Grayscale: #848484. Windows color (decimal): -12736371 or 9283645. OLE color: 9283645.

HSL color Cylindrical-coordinate representation of color #3DA88D: hue angle of 164.86º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA88D is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB61168141-
CMYK0.6400.160.34
HSL164.86º46.72%44.9%-
HSV(B)164.86º63.69%65.88%-
XYZ20.7330.9230.07-
YUV132.93132.5576.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.49%
GREEN value IS 168 (66.02% from 255) = 45.41%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=16.49%
G=45.41%
B=38.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal611681410.6400.160.34164.8646.7244.9
Hex3DA88D4001022a52f2d
Octal75250215100020422455755
Binary1111011010100010001101100000001000010001010100101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,168,141); }

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

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

 a { background-color: rgb(61,168,141); }

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

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

 span { border-color: rgb(61,168,141); }

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