#3DA282

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

Shades of Gossamer #3DA282

Tints of Gossamer #3DA282

Color information

#3DA282 (or 0x3DA282) is unknown color: approx Gossamer. HEX triplet: 3D, A2 and 82. RGB value is (61,162,130). Sum of RGB (Red+Green+Blue) = 61+162+130=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA282 is #C25D7D. Grayscale: #808080. Windows color (decimal): -12737918 or 8561213. OLE color: 8561213.

HSL color Cylindrical-coordinate representation of color #3DA282: hue angle of 160.99º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA282 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB61162130-
CMYK0.6200.200.36
HSL160.99º45.29%43.73%-
HSV(B)160.99º62.35%63.53%-
XYZ18.8728.4425.61-
YUV128.15129.0480.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.28%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=17.28%
G=45.89%
B=36.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611621300.6200.200.36160.9945.2943.73
Hex3DA2823E01424a12d2c
Octal7524220276024442415554
Binary111101101000101000001011111001010010010010100001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,162,130); }

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

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

 a { background-color: rgb(61,162,130); }

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

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

 span { border-color: rgb(61,162,130); }

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