#3DA599

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

Shades of Gossamer #3DA599

Tints of Gossamer #3DA599

Color information

#3DA599 (or 0x3DA599) is unknown color: approx Gossamer. HEX triplet: 3D, A5 and 99. RGB value is (61,165,153). Sum of RGB (Red+Green+Blue) = 61+165+153=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA599 is #C25A66. Grayscale: #848484. Windows color (decimal): -12737127 or 10069309. OLE color: 10069309.

HSL color Cylindrical-coordinate representation of color #3DA599: hue angle of 173.08º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA599 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB61165153-
CMYK0.6300.070.35
HSL173.08º46.02%44.31%-
HSV(B)173.08º63.03%64.71%-
XYZ21.1330.234.85-
YUV132.54139.5476.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.09%
GREEN value IS 165 (64.84% from 255) = 43.54%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=16.09%
G=43.54%
B=40.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611651530.6300.070.35173.0846.0244.31
Hex3DA5993F0723ad2e2c
Octal752452317707432555654
Binary1111011010010110011001111111011110001110101101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,165,153); }

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

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

 a { background-color: rgb(61,165,153); }

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

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

 span { border-color: rgb(61,165,153); }

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